ApplicationSecurityInfo Class
Holds the security evidence for an application. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationSecurityInfo(ActivationContext^) | Initializes a new instance of the ApplicationSecurityInfo class using the provided activation context. |
| Name | Description | |
|---|---|---|
![]() | ApplicationEvidence | Gets or sets the evidence for the application. |
![]() | ApplicationId | Gets or sets the application identity information. |
![]() | DefaultRequestSet | Gets or sets the default permission set. |
![]() | DeploymentId | Gets or sets the top element in the application, which is described in the deployment identity. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
ApplicationSecurityInfo provides security information about a manifest-activated application using information obtained from the application's manifests and its ActivationContext.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

