17 references to AllowOnlyFipsAlgorithms
mscorlib (15)
system\security\cryptography\cryptoconfig.cs (1)
239
bool fipsOnly =
AllowOnlyFipsAlgorithms
;
system\security\cryptography\hmac.cs (1)
192
if (CryptoConfig.
AllowOnlyFipsAlgorithms
) {
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 (2)
42
if (CryptoConfig.
AllowOnlyFipsAlgorithms
&& AppContextSwitches.UseLegacyFipsThrow)
47
if (CryptoConfig.
AllowOnlyFipsAlgorithms
) {
system\security\cryptography\sha256managed.cs (2)
44
if (CryptoConfig.
AllowOnlyFipsAlgorithms
&& AppContextSwitches.UseLegacyFipsThrow)
49
if (CryptoConfig.
AllowOnlyFipsAlgorithms
) {
system\security\cryptography\sha384managed.cs (2)
42
if (CryptoConfig.
AllowOnlyFipsAlgorithms
&& AppContextSwitches.UseLegacyFipsThrow)
46
if (CryptoConfig.
AllowOnlyFipsAlgorithms
) {
system\security\cryptography\sha512managed.cs (2)
34
if (CryptoConfig.
AllowOnlyFipsAlgorithms
&& AppContextSwitches.UseLegacyFipsThrow)
38
if (CryptoConfig.
AllowOnlyFipsAlgorithms
) {
system\security\policy\hash.cs (1)
415
if (!CryptoConfig.
AllowOnlyFipsAlgorithms
)
System.Core (2)
System\Security\Cryptography\AesManaged.cs (1)
25
if (CryptoConfig.
AllowOnlyFipsAlgorithms
) {
System\Security\Cryptography\MD5Cng.cs (1)
21
if (CryptoConfig.
AllowOnlyFipsAlgorithms
&& LocalAppContextSwitches.UseLegacyFipsThrow) {