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