This documentation is archived and is not being maintained.
HostSecurityManagerOptions Enumeration
Visual Studio 2010
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.
Namespace: System.SecurityAssembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| None | Use none of the security policy components. | |
| HostAppDomainEvidence | Use the application domain evidence. | |
| HostPolicyLevel | Obsolete. Use the policy level specified in the DomainPolicy property. | |
| HostAssemblyEvidence | Use the assembly evidence. | |
| HostDetermineApplicationTrust | Route calls to the ApplicationSecurityManager::DetermineApplicationTrust method to the HostSecurityManager::DetermineApplicationTrust method first. | |
| HostResolvePolicy | Use the ResolvePolicy method to resolve the application evidence. | |
| AllFlags | Use all security policy components. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: