8 references to UseLegacyFipsThrow
mscorlib (8)
system\security\cryptography\md5cryptoserviceprovider.cs (1)
30
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)
system\security\cryptography\rc2cryptoserviceprovider.cs (1)
39
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)
system\security\cryptography\rijndaelmanaged.cs (1)
28
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)
system\security\cryptography\ripemd160managed.cs (1)
40
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)
system\security\cryptography\sha1managed.cs (1)
42
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)
system\security\cryptography\sha256managed.cs (1)
44
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)
system\security\cryptography\sha384managed.cs (1)
42
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)
system\security\cryptography\sha512managed.cs (1)
34
if (CryptoConfig.AllowOnlyFipsAlgorithms && AppContextSwitches.
UseLegacyFipsThrow
)