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

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

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

Implementeringar

Gäller för