EncryptedTokenDecryptionFailedException Constructor (SerializationInfo, StreamingContext)

Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New EncryptedTokenDecryptionFailedException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected EncryptedTokenDecryptionFailedException (
    SerializationInfo info,
    StreamingContext context
)
protected:
EncryptedTokenDecryptionFailedException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected EncryptedTokenDecryptionFailedException (
    SerializationInfo info, 
    StreamingContext context
)
protected function EncryptedTokenDecryptionFailedException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
     
  • context
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also

Reference

EncryptedTokenDecryptionFailedException Class
EncryptedTokenDecryptionFailedException Members
Microsoft.IdentityModel.Tokens Namespace