SignatureVerificationFailedException Class

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

Verwendung

    Dim instance As SignatureVerificationFailedException

Syntax

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

Vererbungshierarchie

System.Object
   System.Exception
     System.SystemException
       System.IdentityModel.Tokens.SecurityTokenException
        Microsoft.IdentityModel.Protocols.XmlSignature.SignatureVerificationFailedException

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

SignatureVerificationFailedException Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace