IInternalConfigHost.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.

public:
 bool IsFullTrustSectionWithoutAptcaAllowed(System::Configuration::Internal::IInternalConfigRecord ^ configRecord);
public bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord);
abstract member IsFullTrustSectionWithoutAptcaAllowed : System.Configuration.Internal.IInternalConfigRecord -> bool
Public 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

Gilt für: