PermissionRequestEvidence Members
.NET Framework 3.5
Defines evidence that represents permission requests. This class cannot be inherited.
The PermissionRequestEvidence type exposes the following members.
| Name | Description | |
|---|---|---|
|
PermissionRequestEvidence | Initializes a new instance of the PermissionRequestEvidence class with the permission request of a code assembly. |
| Name | Description | |
|---|---|---|
|
Copy | Creates an equivalent copy of the current PermissionRequestEvidence. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Gets a string representation of the state of the PermissionRequestEvidence. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
|
DeniedPermissions | Gets the permissions the code explicitly asks not to be granted. |
|
OptionalPermissions | Gets the permissions the code can use if they are granted, but are not required. |
|
RequestedPermissions | Gets the minimum permissions the code requires to run. |