Partager via


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

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

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.

Implémente

S’applique à