20 references to Cryptography_UnknownHashAlgorithm
System.Security.Cryptography (20)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
50
SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, algorithmValue));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.HashAlgorithm.cs (1)
30
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, name.Value.Name);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (2)
138
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashOid));
213
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithmName), ex);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
322
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithmOid));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
60
SR.
Cryptography_UnknownHashAlgorithm
,
329
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, prf.Name);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
101
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
566
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithmName));
System\Security\Cryptography\CryptographicOperations.cs (1)
1134
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name));
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
454
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name);
468
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name);
System\Security\Cryptography\HMACCommon.cs (1)
101
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, _hashAlgorithmId));
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (1)
33
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, _hashNameValue));
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
263
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name));
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (1)
348
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithmName));
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
560
_ => throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name),
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
54
SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name));
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
80
SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name));
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
58
SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name));