ApplicationSecurityManager Class

Definition

Manages trust decisions for manifest-activated applications.

public ref class ApplicationSecurityManager abstract sealed
[System.Runtime.InteropServices.ComVisible(true)]
public static class ApplicationSecurityManager
[<System.Runtime.InteropServices.ComVisible(true)>]
type ApplicationSecurityManager = class
Public Class ApplicationSecurityManager
Inheritance
ApplicationSecurityManager
Attributes

Remarks

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.

Properties

ApplicationTrustManager

Gets the current application trust manager.

UserApplicationTrusts

Gets an application trust collection that contains the cached trust decisions for the user.

Methods

DetermineApplicationTrust(ActivationContext, TrustManagerContext)

Determines whether the user approves the specified application to execute with the requested permission set.

Applies to