Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As RequestInformationCardsSerializer Dim reader As XmlReader Dim returnValue As RequestInformationCards returnValue = instance.ReadXml(reader) |
Syntax
Visual Basic |
---|
Public Overridable Function ReadXml ( _ reader As XmlReader _ ) As RequestInformationCards |
C# |
---|
public virtual RequestInformationCards ReadXml ( XmlReader reader ) |
C++ |
---|
public: virtual RequestInformationCards^ ReadXml ( XmlReader^ reader ) |
J# |
---|
public RequestInformationCards ReadXml ( XmlReader reader ) |
JScript |
---|
public function ReadXml ( reader : XmlReader ) : RequestInformationCards |
Parameters
- reader
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.