Overrides the base Read method. When the end of envelope is read the signature is automatically validated.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As EnvelopingSignatureReader
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

См. также