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