DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed Methode

Definition

Gibt einen Wert zurück, der angibt, ob für einen Konfigurationsdateiabschnitt eine vollständig vertrauenswürdige Codezugriffssicherheits-Ebene erforderlich ist und ob das Deaktivieren impliziter Linkaufrufe durch das AllowPartiallyTrustedCallersAttribute-Attribut verhindert wird.

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

true, wenn für den Konfigurationsdateiabschnitt eine vollständig vertrauenswürdige Codezugriffssicherheits-Ebene erforderlich ist und das Deaktivieren impliziter Linkaufrufe durch das AllowPartiallyTrustedCallersAttribute-Attribut verhindert wird; andernfalls false.

Implementiert

Gilt für: