System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (15)
104throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
112throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
120throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
135throw new CryptographicException(SR.Argument_InvalidValue);
167throw new CryptographicException(SR.Cryptography_InvalidKeySize);
206throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
214throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
222throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
233throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
235throw new CryptographicException(SR.Format(SR.Cryptography_InvalidHashSize, "SHA1", SHA1_HASHSIZE));
239throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, str);
256throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, str);
264throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
272throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
280throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);