SecurityPermissionAttribute Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The SecurityPermissionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | Gets or sets a security action. (Inherited from SecurityAttribute.) |
|
ControlAppDomain | Gets or sets a value that indicates whether permission to manipulate AppDomain is declared. |
|
ControlEvidence | Gets or sets a value that indicates whether permission to alter or manipulate evidence is declared. |
|
ControlPolicy | Gets or sets a value that indicates whether permission to view and manipulate security policy is declared. |
|
ControlThread | Gets or sets a value that indicates whether permission to manipulate threads is declared. |
|
Flags | Gets or sets all permission flags that are specified in the SecurityPermissionFlag enumeration. |
|
SkipVerification | Gets or sets a value that indicates whether permission to bypass code verification is declared. |
|
UnmanagedCode | Gets or sets a value that indicates whether permission to call unmanaged code is declared. |
|
Unrestricted | Gets or sets a value that indicates whether full (unrestricted) permission to the resource that is protected by the attribute is declared. (Inherited from SecurityAttribute.) |
Show: