2 implementations of IsFullTrustSectionWithoutAptcaAllowed
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
230public virtual bool IsFullTrustSectionWithoutAptcaAllowed(IInternalConfigRecord configRecord) => true;
System\Configuration\Internal\InternalConfigHost.cs (1)
303public bool IsFullTrustSectionWithoutAptcaAllowed(IInternalConfigRecord configRecord) => true;