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)

Usage

Visual Basic
Dim instance As EnvelopedSignatureReader
Dim returnValue As Boolean

returnValue = instance.TryReadSignature

Syntax

Visual Basic
Public Function TryReadSignature As Boolean
C#
public bool TryReadSignature ()
C++
public:
bool TryReadSignature ()
J#
public boolean TryReadSignature ()
JScript
public function TryReadSignature () : boolean

Return Value

true if the signature was successfully read else false.

Remarks

Does not move the reader when returning false.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also