Indicates whether the current XML element can be read as a token of the type handled by this instance.
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As SecurityTokenHandler
Dim reader As XmlReader
Dim returnValue As Boolean

returnValue = instance.CanReadToken(reader)

Синтаксис

Visual Basic
Public Overridable Function CanReadToken ( _
		reader As XmlReader _
) As Boolean
C#
public virtual bool CanReadToken (
		XmlReader reader
)
C++
public:
virtual bool CanReadToken (
		XmlReader^ reader
)
J#
public boolean CanReadToken (
		XmlReader reader
)
JScript
public function CanReadToken (
		reader : XmlReader
) : boolean

Параметры

reader

An XML reader positioned at a start element. The reader should not be advanced.

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

true if the ReadToken method can read the element; otherwise, false.

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также