mscorlib(4.0.0.0) API with additions
HostSecurityManagerOptions.cs
2 
3 namespace System.Security
4 {
7  [Flags]
8  [ComVisible(true)]
10  {
12  None = 0x0,
16  [Obsolete("AppDomain policy levels are obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
17  HostPolicyLevel = 0x2,
23  HostResolvePolicy = 0x10,
25  AllFlags = 0x1F
26  }
27 }
Definition: __Canon.cs:3
HostSecurityManagerOptions
Specifies the security policy components to be used by the host security manager.
Use the M:System.Security.HostSecurityManager.ResolvePolicy(System.Security.Policy....
Route calls to the M:System.Security.Policy.ApplicationSecurityManager.DetermineApplicationTrust(Syst...
Use all security policy components.
Use the policy level specified in the P:System.Security.HostSecurityManager.DomainPolicy property.
Specifies that the class can be serialized.