17 instantiations of CryptographicUnexpectedOperationException
System.Security.Cryptography (17)
System\Security\Cryptography\CapiHelper.DSA.Shared.cs (1)
248throw new CryptographicUnexpectedOperationException();
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);
3 references to CryptographicUnexpectedOperationException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
866[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicUnexpectedOperationException))]
netstandard (1)
netstandard.cs (1)
1857[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicUnexpectedOperationException))]
System.Security.Cryptography.Primitives (1)
System.Security.Cryptography.Primitives.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CryptographicUnexpectedOperationException))]