19 references to CryptographicUnexpectedOperationException
mscorlib (19)
system\security\cryptography\cryptoconfig.cs (2)
769
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_InvalidOID"));
783
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_Config_EncodedOIDError"));
system\security\cryptography\dsasignaturedeformatter.cs (2)
52
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_InvalidOperation"));
63
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
system\security\cryptography\dsasignatureformatter.cs (3)
52
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_InvalidOperation"));
61
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingOID"));
63
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
system\security\cryptography\hashalgorithm.cs (1)
40
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_HashNotYetFinalized"));
system\security\cryptography\rc2cryptoserviceprovider.cs (1)
63
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_RC2_EKSKS2"));
system\security\cryptography\rsaoaepkeyexchangedeformatter.cs (1)
44
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
system\security\cryptography\rsaoaepkeyexchangeformatter.cs (1)
74
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
system\security\cryptography\rsapkcs1keyexchangedeformatter.cs (2)
48
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
72
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_PKCS1Decoding"));
system\security\cryptography\rsapkcs1keyexchangeformatter.cs (1)
59
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
system\security\cryptography\rsapkcs1signaturedeformatter.cs (2)
69
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingOID"));
71
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
system\security\cryptography\rsapkcs1signatureformatter.cs (2)
60
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingOID"));
62
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_MissingKey"));
system\security\cryptography\utils.cs (1)
971
throw new
CryptographicUnexpectedOperationException
(Environment.GetResourceString("Cryptography_InvalidOID"));