HostSecurityManagerOptions Enum
Definition
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.
public enum class HostSecurityManagerOptions
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum HostSecurityManagerOptions
type HostSecurityManagerOptions =
Public Enum HostSecurityManagerOptions
- Inheritance
- Attributes
Fields
AllFlags | 31 | Use all security policy components. |
HostAppDomainEvidence | 1 | Use the application domain evidence. |
HostAssemblyEvidence | 4 | Use the assembly evidence. |
HostDetermineApplicationTrust | 8 | Route calls to the DetermineApplicationTrust(ActivationContext, TrustManagerContext) method to the DetermineApplicationTrust(Evidence, Evidence, TrustManagerContext) method first. |
HostPolicyLevel | 2 | Use the policy level specified in the DomainPolicy property. |
HostResolvePolicy | 16 | Use the ResolvePolicy(Evidence) method to resolve the application evidence. |
None | 0 | Use none of the security policy components. |