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