System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (15)
103throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
111throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
119throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
134throw new CryptographicException(SR.Argument_InvalidValue);
166throw new CryptographicException(SR.Cryptography_InvalidKeySize);
205throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
213throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
221throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
232throw new CryptographicException(SR.Cryptography_CSP_NoPrivateKey);
234throw new CryptographicException(SR.Format(SR.Cryptography_InvalidHashSize, "SHA1", SHA1_HASHSIZE));
238throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, str);
255throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, str);
263throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
271throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);
279throw new CryptographicException(SR.Cryptography_UnknownHashAlgorithm, hashAlgorithm.Name);