EnvelopedSignatureReader.TryReadSignature Method

Reads the signature if the reader is currently positioned at a Signature element.

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

Verwendung

    Dim instance As EnvelopedSignatureReader
Dim returnValue As Boolean

returnValue = instance.TryReadSignature

Syntax

'Declaration
Public Function TryReadSignature As Boolean
public bool TryReadSignature ()
public:
bool TryReadSignature ()
public boolean TryReadSignature ()
public function TryReadSignature () : boolean

Rückgabewert

true if the signature was successfully read else false.

Hinweise

Does not move the reader when returning false.

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

EnvelopedSignatureReader Class
EnvelopedSignatureReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace