Reads an informationCard from a given XmlReader.
Пространство имен: Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As InformationCardSerializer
Dim reader As XmlReader
Dim signingTokenResolver As SecurityTokenResolver
Dim returnValue As InformationCard

returnValue = instance.ReadCard(reader, signingTokenResolver)

Синтаксис

Visual Basic
Public Function ReadCard ( _
		reader As XmlReader, _
		signingTokenResolver As SecurityTokenResolver _
) As InformationCard
C#
public InformationCard ReadCard (
		XmlReader reader,
		SecurityTokenResolver signingTokenResolver
)
C++
public:
InformationCard^ ReadCard (
		XmlReader^ reader, 
		SecurityTokenResolver^ signingTokenResolver
)
J#
public InformationCard ReadCard (
		XmlReader reader, 
		SecurityTokenResolver signingTokenResolver
)
JScript
public function ReadCard (
		reader : XmlReader, 
		signingTokenResolver : SecurityTokenResolver
) : InformationCard

Параметры

reader

XmlReader from which the InformationCard is read.

signingTokenResolver

Token Resolver used to resolver the signing token.

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

An InformationCard instance.

Исключения

Тип исключений Условие
ArgumentNullException

The input parameter is null.

InformationCardException

The XmlReader is not well formed.

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также