DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed Methode

Definitie

Retourneert een waarde die aangeeft of een configuratiesectie een volledig vertrouwd beveiligingsniveau voor codetoegang vereist en niet toestaat dat het AllowPartiallyTrustedCallersAttribute kenmerk impliciete koppelingsvereisten uitschakelt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

configRecord
IInternalConfigRecord

Het IInternalConfigRecord-object.

Retouren

trueals voor de configuratiesectie een volledig vertrouwd beveiligingsniveau voor codetoegang is vereist en het AllowPartiallyTrustedCallersAttribute kenmerk niet toestaat impliciete koppelingsvereisten uit te schakelen, anders. false

Implementeringen

Van toepassing op