2 implementations of IsFullTrustSectionWithoutAptcaAllowed
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
186
public virtual bool
IsFullTrustSectionWithoutAptcaAllowed
(IInternalConfigRecord configRecord) {
System\Configuration\Internal\InternalConfigHost.cs (1)
389
bool IInternalConfigHost.
IsFullTrustSectionWithoutAptcaAllowed
(IInternalConfigRecord configRecord) {
3 references to IsFullTrustSectionWithoutAptcaAllowed
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
1788
if (isTrustedWithoutAptca && !Host.
IsFullTrustSectionWithoutAptcaAllowed
(this)) {
System\Configuration\Internal\DelegatingConfigHost.cs (1)
187
return Host.
IsFullTrustSectionWithoutAptcaAllowed
(configRecord);
System.Web (1)
Configuration\WebConfigurationHost.cs (1)
734
return Host.
IsFullTrustSectionWithoutAptcaAllowed
(configRecord);