CodeAccessPermission
Defines the underlying structure of all code access permissions.
protected CodeAccessPermission()
Initializes a new instance of the CodeAccessPermission class.
Causes all previous overrides for the current frame to be removed and no longer in effect.
Causes any previous Assert for the current frame to be removed and no longer in effect.
Causes any previous Deny for the current frame to be removed and no longer in effect.
Causes any previous PermitOnly for the current frame to be removed and no longer in effect.
Declares that the calling code can access the resource protected by a permission demand through the code that calls this method, even if callers higher in the stack have not been granted permission to access the resource. Using Assert can create security issues.
When implemented by a derived class, creates and returns an identical copy of the current permission object.
Forces a SecurityException at run time if all callers higher in the call stack have not been granted the permission specified by the current instance.
Prevents callers higher in the call stack from using the code that calls this method to access the resource specified by the current instance.
When overridden in a derived class, reconstructs a security object with a specified state from an XML encoding.
When implemented by a derived class, creates and returns a permission that is the intersection of the current permission and the specified permission.
When implemented by a derived class, determines whether the current permission is a subset of the specified permission.
Prevents callers higher in the call stack from using the code that calls this method to access all resources except for the resource specified by the current instance.
When overridden in a derived class, creates an XML encoding of the security object and its current state.
When overridden in a derived class, creates a permission that is the union of the current permission and the specified permission.