ApplicationSecurityManager Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public NotInheritable Class ApplicationSecurityManager 'Usage The members of a static class are accessed directly without an instance of the class.
/** @attribute ComVisibleAttribute(true) */ public final class ApplicationSecurityManager
ComVisibleAttribute(true) public final class ApplicationSecurityManager
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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.