17 instantiations of CryptographicUnexpectedOperationException
System.Security.Cryptography (17)
System\Security\Cryptography\CapiHelper.DSA.Shared.cs (1)
248
throw new
CryptographicUnexpectedOperationException
();
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);
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
))]