The members of System.Security.CodeAccessPermission are listed below.
See Also: Inherited members from System.Object
Constructs a new instance of the System.Security.CodeAccessPermission class.
Assert() Asserts that calling code can access the resource identified by the current instance through the code that calls this method, even if callers have not been granted permission to access the resource. abstractCopy() : IPermission Returns a System.Security.CodeAccessPermission containing the same values as the current instance.Demand() Forces a System.Security.SecurityException if all callers do not have the permission specified by the current instance.Deny() Denies access to the resources specified by the current instance through the code that calls this method. overrideEquals(object) : bool Documentation for this section has not yet been entered. abstractFromXml(SecurityElement) Reconstructs the state of a System.Security.CodeAccessPermission object using the specified XML encoding. overrideGetHashCode() : int Documentation for this section has not yet been entered. abstractIntersect(IPermission) : IPermission Returns a System.Security.CodeAccessPermission object that is the intersection of the current instance and the specified object. abstractIsSubsetOf(IPermission) : bool Determines whether the current instance is a subset of the specified object.PermitOnly() Documentation for this section has not yet been entered. staticRevertAll() Documentation for this section has not yet been entered. staticRevertAssert() Documentation for this section has not yet been entered. staticRevertDeny() Documentation for this section has not yet been entered. staticRevertPermitOnly() Documentation for this section has not yet been entered. overrideToString() : string Returns the XML representation of the state of the current instance. abstractToXml() : SecurityElement Returns the XML encoding of the current instance.Union(IPermission) : IPermission Returns a System.Security.CodeAccessPermission object that is the union of the current instance and the specified object.