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