Indicates if the current XML element is pointing to a KeyIdentifierClause that can be serialized 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.CanReadKeyIdentifierClause(reader)

Синтаксис

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

Параметры

reader

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

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

true if the ReadKeyIdentifierClause can read the element.

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также