ManagementAdministrationConfiguration.AllowUntrustedProviders Property

Definition

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.

Applies to