NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CryptographicUnexpectedOperationException Class

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

Remarks

One example is writing to a cryptographic stream after it is closed.

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

CryptographicUnexpectedOperationException Members | System.Security.Cryptography Namespace