HostSecurityManager::Flags Property
.NET Framework (current version)
Gets the flag representing the security policy components of concern to the host.
Assembly: mscorlib (in mscorlib.dll)
This property can be overridden in a derived class. The base implementation always returns AllFlags.
The derived host can change the value of this property when only a subset of the HostSecurityManagerOptions is of interest. The possible subsets include none, the refused set, the policy level, and assembly evidence.
The following example shows how to override the Flags property for a custom host security manager. This example is part of a larger example provided for the HostSecurityManager class.
.NET Framework
Available since 2.0
Available since 2.0
Show: