Freigeben über


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

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

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.

Gilt für: