System.Security.HostSecurityManagerOptions Enumeration

Specifies the security policy components to be used by the host security manager.

Syntax

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum HostSecurityManagerOptions

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AllFlags

Use all security policy components.

HostAppDomainEvidence

Use the application domain evidence.

HostAssemblyEvidence

Use the assembly evidence.

HostDetermineApplicationTrust

Route calls to the System.Security.Policy.ApplicationSecurityManager.DetermineApplicationTrust(ActivationContext, System.Security.Policy.TrustManagerContext) method to the HostSecurityManager.DetermineApplicationTrust(System.Security.Policy.Evidence, System.Security.Policy.Evidence, System.Security.Policy.TrustManagerContext) method first.

HostPolicyLevel

Use the policy level specified in the HostSecurityManager.DomainPolicy property.

HostResolvePolicy

Use the HostSecurityManager.ResolvePolicy(System.Security.Policy.Evidence) method to resolve the application evidence.

None

Use none of the security policy components.

Requirements

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