Exception raised by the cryptographic system when an unexpected operation happens.
Object
Exception
SystemException
SecurityException
CryptographicException
CryptographicUnexpectedOperationException
[Visual Basic] Public Class CryptographicUnexpectedOperationException Inherits CryptographicException [C#] public class CryptographicUnexpectedOperationException : CryptographicException [C++] public __gc class CryptographicUnexpectedOperationException : public CryptographicException [JScript] public class CryptographicUnexpectedOperationException extends CryptographicException
One example is writing to a cryptographic stream after it is closed.
Namespace: System.Security.Cryptography
Assembly: mscorlib.dll
CryptographicUnexpectedOperationException Members | System.Security.Cryptography Namespace