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