ManagementAdministrationConfiguration.AllowUntrustedProviders 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 a value indicating whether untrusted providers are allowed.
public:
property bool AllowUntrustedProviders { bool get(); };
public bool AllowUntrustedProviders { get; }
member this.AllowUntrustedProviders : bool
Public ReadOnly Property AllowUntrustedProviders As Boolean
Property Value
true
if the allowUntrustedProviders
attribute of the system.webServer/management/trustedProviders section of the Administration.config file is true
; otherwise, false
.