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

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

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

Van toepassing op