AppDomainSetup.DisallowPublisherPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the <publisherPolicy> section of the configuration file is applied to an application domain.
public:
property bool DisallowPublisherPolicy { bool get(); void set(bool value); };
public bool DisallowPublisherPolicy { get; set; }
member this.DisallowPublisherPolicy : bool with get, set
Public Property DisallowPublisherPolicy As Boolean
Property Value
true
if the <publisherPolicy>
section of the configuration file for an application domain is ignored; false
if the declared publisher policy is honored.
Remarks
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.