System.Security.Policy.ApplicationTrust Members

The members of System.Security.Policy.ApplicationTrust are listed below.

See Also: Inherited members from System.Security.Policy.EvidenceBase

Public Constructors

Initializes a new instance of the System.Security.Policy.ApplicationTrust class.

Initializes a new instance of the System.Security.Policy.ApplicationTrust class with an ApplicationIdentity.

Initializes a new instance of the System.Security.Policy.ApplicationTrust class using the provided grant set and collection of full-trust assemblies.

Public Properties

ApplicationIdentityApplicationIdentity.

Gets or sets the application identity for the application trust object.

DefaultGrantSetPolicyStatement.

Gets or sets the policy statement defining the default grant set.

ExtraInfoobject.

Gets or sets extra security information about the application.

[read-only]
FullTrustAssembliesIList<StrongName>.

Gets the list of full-trust assemblies for this application trust.

IsApplicationTrustedToRunbool.

Gets or sets a value indicating whether the application has the required permission grants and is trusted to run.

Persistbool.

Gets or sets a value indicating whether application trust information is persisted.

Public Methods

FromXml(System.Security.SecurityElement)

Reconstructs an System.Security.Policy.ApplicationTrust object with a given state from an XML encoding.

ToXml() : System.Security.SecurityElement

Creates an XML encoding of the System.Security.Policy.ApplicationTrust object and its current state.