AppDomainManager::HostSecurityManager Property

 

Gets the host security manager that participates in security decisions for the application domain.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property HostSecurityManager^ HostSecurityManager {
	virtual HostSecurityManager^ get();
}

Property Value

Type: System.Security::HostSecurityManager^

The host security manager.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: