ApplicationSecurityManager Class
Manages trust decisions for manifest-activated applications.
Assembly: mscorlib (in mscorlib.dll)
The ApplicationSecurityManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ApplicationTrustManager | Gets the current application trust manager. |
![]() ![]() | UserApplicationTrusts | Gets an application trust collection that contains the cached trust decisions for the user. |
| Name | Description | |
|---|---|---|
![]() ![]() | DetermineApplicationTrust | Determines whether the user approves the specified application to execute with the requested permission set. |
The ApplicationSecurityManager class provides essential information for the execution of a manifest-based application. The ApplicationTrustManager property identifies the trust manager responsible for determining whether an application is trusted. The DetermineApplicationTrust method calls the application trust manager to determine whether an application is trusted. The UserApplicationTrusts property contains the cached trust decisions for the user.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
