IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed Metod

Definition

Returnerar ett värde som anger om ett konfigurationsavsnitt kräver en fullständigt betrodd säkerhetsnivå för kodåtkomst och tillåter AllowPartiallyTrustedCallersAttribute inte att attributet inaktiverar implicita länkkrav.

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

Parametrar

Returer

trueom konfigurationsavsnittet kräver en fullständigt betrodd kodåtkomstsäkerhetsnivå och inte tillåter AllowPartiallyTrustedCallersAttribute att attributet inaktiverar implicita länkkrav, annars . false

Gäller för