Overrides the base Read method. Checks if the end of the envelope is reached and validates the signature if requireSignature is enabled. If the reader gets positioned on a Signature element the whole signature is read in if automaticallyReadSignature is enabled.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As EnvelopedSignatureReader
Dim returnValue As Boolean

returnValue = instance.Read

Синтаксис

Visual Basic
Public Overrides Function Read As Boolean
C#
public override bool Read ()
C++
public:
virtual bool Read () override
J#
public boolean Read ()
JScript
public override function Read () : boolean

Возвращаемое значение

true if the next node was read successfully; false if there are no more nodes

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также