7 references to Cryptography_UnknownHashAlgorithm
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\PkcsHelpers.cs (1)
67
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, oidValue);
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
50
SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, algorithmValue));
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (2)
137
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashOid));
212
throw new CryptographicException(SR.Format(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithmName), ex);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
48
SR.
Cryptography_UnknownHashAlgorithm
,
302
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, prf.Name);
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
101
throw new CryptographicException(SR.
Cryptography_UnknownHashAlgorithm
, hashAlgorithm.Name);