EncryptedTokenDecryptionFailedException Class

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

Verwendung

    Dim instance As EncryptedTokenDecryptionFailedException

Syntax

'Declaration
<SerializableAttribute> _
Public Class EncryptedTokenDecryptionFailedException
    Inherits SecurityTokenException
[SerializableAttribute] 
public class EncryptedTokenDecryptionFailedException : SecurityTokenException
[SerializableAttribute] 
public ref class EncryptedTokenDecryptionFailedException : public SecurityTokenException
/** @attribute SerializableAttribute() */ 
public class EncryptedTokenDecryptionFailedException extends SecurityTokenException
SerializableAttribute 
public class EncryptedTokenDecryptionFailedException extends SecurityTokenException

Vererbungshierarchie

System.Object
   System.Exception
     System.SystemException
       System.IdentityModel.Tokens.SecurityTokenException
        Microsoft.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

EncryptedTokenDecryptionFailedException Members
Microsoft.IdentityModel.Tokens Namespace