System.Security.Policy.ApplicationSecurityManager Class

Manages trust decisions for manifest-activated applications.

See Also: ApplicationSecurityManager Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public static class ApplicationSecurityManager

Remarks

The System.Security.Policy.ApplicationSecurityManager class provides essential information for the execution of a manifest-based application. The ApplicationSecurityManager.ApplicationTrustManager property identifies the trust manager responsible for determining whether an application is trusted. The ApplicationSecurityManager.DetermineApplicationTrust(ActivationContext, TrustManagerContext) method calls the application trust manager to determine whether an application is trusted. The ApplicationSecurityManager.UserApplicationTrusts property contains the cached trust decisions for the user.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0