HostSecurityManagerOptions Enumeration
.NET Framework (current version)
Specifies the security policy components to be used by the host security manager.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| AllFlags | Use all security policy components. | |
| HostAppDomainEvidence | Use the application domain evidence. | |
| HostAssemblyEvidence | Use the assembly evidence. | |
| HostDetermineApplicationTrust | Route calls to the ApplicationSecurityManager.DetermineApplicationTrust method to the HostSecurityManager.DetermineApplicationTrust method first. | |
| HostPolicyLevel | Obsolete. Use the policy level specified in the DomainPolicy property. | |
| HostResolvePolicy | Use the ResolvePolicy method to resolve the application evidence. | |
| None | Use none of the security policy components. |
.NET Framework
Available since 2.0
Available since 2.0
Show: