16 references to CryptographicUnexpectedOperationException
System.Security.Cryptography (16)
System\Security\Cryptography\CryptoConfig.cs (2)
565
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_InvalidOID);
592
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_Config_EncodedOIDError);
System\Security\Cryptography\DSASignatureDeformatter.cs (2)
31
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_InvalidOperation);
41
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);
System\Security\Cryptography\DSASignatureFormatter.cs (2)
31
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_InvalidOperation);
40
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);
System\Security\Cryptography\HashAlgorithm.cs (1)
38
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_HashNotYetFinalized);
System\Security\Cryptography\RC2Implementation.cs (1)
23
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_RC2_EKSKS2);
System\Security\Cryptography\RSAOAEPKeyExchangeDeformatter.cs (1)
27
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (1)
70
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);
System\Security\Cryptography\RSAPKCS1KeyExchangeDeformatter.cs (1)
37
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);
System\Security\Cryptography\RSAPKCS1KeyExchangeFormatter.cs (1)
51
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (2)
51
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingAlgorithm);
53
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (2)
51
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingAlgorithm);
53
throw new
CryptographicUnexpectedOperationException
(SR.Cryptography_FormatterMissingKey);