Windows apps
Collapse the table of content
Expand the table of content
Information
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.

AppDomainSetup::DisallowPublisherPolicy Property

 

Gets or sets a value that indicates whether the <publisherPolicy> section of the configuration file is applied to an application domain.

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

public:
property bool DisallowPublisherPolicy {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the <publisherPolicy> section of the configuration file for an application domain is ignored; false if the declared publisher policy is honored.

The DisallowPublisherPolicy property specifically applies to a Web application that is loaded locally. Use this property to help prevent a malicious attempt to execute an unsafe Web application in safe mode.

For more information about bypassing publisher policy, see the Redirecting Assembly Versions topic. For more information about safe mode, see the "Examining the Configuration Files" section of the How the Runtime Locates Assemblies topic.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft