3 references to DontEnableSchUseStrongCryptoName
System (3)
sys\AppContextDefaultValues.Defaults.cs (2)
28LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.DontEnableSchUseStrongCryptoName, true); 61LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.DontEnableSchUseStrongCryptoName, true);
sys\LocalAppContextSwitches.cs (1)
85return LocalAppContext.GetCachedSwitchValue(DontEnableSchUseStrongCryptoName, ref _dontEnableSchUseStrongCrypto);