The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AppDomainManager::HostSecurityManager Property
.NET Framework (current version)
Gets the host security manager that participates in security decisions for the application domain.
Assembly: mscorlib (in mscorlib.dll)
public: property HostSecurityManager^ HostSecurityManager { virtual HostSecurityManager^ get(); }
This property allows a host to provide a HostSecurityManager to participate in the security decisions for the application domain.
The following example shows an override of the HostSecurityManager property for a custom application domain manager. This code example is part of a larger example provided for the AppDomainManager class.
.NET Framework
Available since 2.0
Available since 2.0
Show: