DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed Methode

Definition

Gibt einen Wert zurück, der angibt, ob ein Konfigurationsabschnitt eine voll vertrauenswürdige Codezugriffssicherheitsstufe erfordert und das AllowPartiallyTrustedCallersAttribute Attribut nicht erlaubt, implizite Verknüpfungsanforderungen zu deaktivieren.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 virtual bool IsFullTrustSectionWithoutAptcaAllowed(System::Configuration::Internal::IInternalConfigRecord ^ configRecord);
public virtual bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord);
abstract member IsFullTrustSectionWithoutAptcaAllowed : System.Configuration.Internal.IInternalConfigRecord -> bool
override this.IsFullTrustSectionWithoutAptcaAllowed : System.Configuration.Internal.IInternalConfigRecord -> bool
Public Overridable Function IsFullTrustSectionWithoutAptcaAllowed (configRecord As IInternalConfigRecord) As Boolean

Parameter

configRecord
IInternalConfigRecord

Das IInternalConfigRecord-Objekt.

Gibt zurück

truewenn der Konfigurationsabschnitt eine voll vertrauenswürdige Codezugriffssicherheitsstufe erfordert und das AllowPartiallyTrustedCallersAttribute Attribut nicht erlaubt, implizite Verknüpfungsanforderungen zu deaktivieren; andernfalls . false

Implementiert

Gilt für: