17 references to AllowOnlyFipsAlgorithms
mscorlib (15)
system\security\cryptography\cryptoconfig.cs (1)
239bool fipsOnly = AllowOnlyFipsAlgorithms;
system\security\cryptography\hmac.cs (1)
192if (CryptoConfig.AllowOnlyFipsAlgorithms) {
system\security\cryptography\md5cryptoserviceprovider.cs (1)
30if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow)
system\security\cryptography\rc2cryptoserviceprovider.cs (1)
39if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow)
system\security\cryptography\rijndaelmanaged.cs (1)
28if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow)
system\security\cryptography\ripemd160managed.cs (1)
40if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow)
system\security\cryptography\sha1managed.cs (2)
42if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow) 47if (CryptoConfig.AllowOnlyFipsAlgorithms) {
system\security\cryptography\sha256managed.cs (2)
44if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow) 49if (CryptoConfig.AllowOnlyFipsAlgorithms) {
system\security\cryptography\sha384managed.cs (2)
42if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow) 46if (CryptoConfig.AllowOnlyFipsAlgorithms) {
system\security\cryptography\sha512managed.cs (2)
34if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.UseLegacyFipsThrow) 38if (CryptoConfig.AllowOnlyFipsAlgorithms) {
system\security\policy\hash.cs (1)
415if (!CryptoConfig.AllowOnlyFipsAlgorithms)
System.Core (2)
System\Security\Cryptography\AesManaged.cs (1)
25if (CryptoConfig.AllowOnlyFipsAlgorithms) {
System\Security\Cryptography\MD5Cng.cs (1)
21if (CryptoConfig.AllowOnlyFipsAlgorithms && LocalAppContextSwitches.UseLegacyFipsThrow) {