2 references to IsTypeFromTrustedAssemblyWithoutAptca
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
2243
bool isFactoryTrustedWithoutAptca = TypeUtil.
IsTypeFromTrustedAssemblyWithoutAptca
(factory.GetType());
System\Configuration\MgmtConfigurationRecord.cs (1)
816
factoryRecord.IsFactoryTrustedWithoutAptca = TypeUtil.
IsTypeFromTrustedAssemblyWithoutAptca
(configSection.GetType());