Partager via


IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed Méthode

Définition

Retourne une valeur indiquant si une section de configuration requiert un niveau de sécurité d'accès du code d'un niveau de confiance suffisant et ne permet pas à l'attribut AllowPartiallyTrustedCallersAttribute de désactiver des demandes de liaison implicites.

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

Paramètres

Retours

true si la section de configuration requiert un niveau de sécurité d'accès du code d'un niveau de confiance suffisant et ne permet pas à l'attribut AllowPartiallyTrustedCallersAttribute de désactiver des demandes de liaison implicites ; sinon, false.

S’applique à