This documentation is archived and is not being maintained.
SecurityPermissionAttribute Properties
Visual Studio 2010
The SecurityPermissionAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Action | Gets or sets a security action. (Inherited from SecurityAttribute.) |
![]() |
Assertion | Gets or sets a value indicating whether permission to assert that all this code's callers have the requisite permission for the operation is declared. |
![]() |
BindingRedirects | Gets or sets a value that indicates whether code has permission to perform binding redirection in the application configuration file. |
![]() |
ControlAppDomain | Gets or sets a value indicating whether permission to manipulate AppDomain is declared. |
![]() |
ControlDomainPolicy | Gets or sets a value indicating whether permission to alter or manipulate domain security policy is declared. |
![]() |
ControlEvidence | Gets or sets a value indicating whether permission to alter or manipulate evidence is declared. |
![]() |
ControlPolicy | Gets or sets a value indicating whether permission to view and manipulate security policy is declared. |
![]() |
ControlPrincipal | Gets or sets a value indicating whether permission to manipulate the current principal is declared. |
![]() |
ControlThread | Gets or sets a value indicating whether permission to manipulate threads is declared. |
![]() |
Execution | Gets or sets a value indicating whether permission to execute code is declared. |
![]() |
Flags | Gets or sets all permission flags comprising the SecurityPermission permissions. |
![]() |
Infrastructure | Gets or sets a value indicating whether code can plug into the common language runtime infrastructure, such as adding Remoting Context Sinks, Envoy Sinks and Dynamic Sinks. |
![]() |
RemotingConfiguration | Gets or sets a value indicating whether code can configure remoting types and channels. |
![]() |
SerializationFormatter | Gets or sets a value indicating whether code can use a serialization formatter to serialize or deserialize an object. |
![]() |
SkipVerification | Gets or sets a value indicating whether permission to bypass code verification is declared. |
![]() |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
![]() |
UnmanagedCode | Gets or sets a value indicating whether permission to call unmanaged code is declared. |
![]() |
Unrestricted | Gets or sets a value indicating whether full (unrestricted) permission to the resource protected by the attribute is declared. (Inherited from SecurityAttribute.) |
Show: