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