Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As RequestInformationCardsResponseSerializer Dim writer As XmlWriter Dim response As RequestInformationCardsResponse instance.WriteXml(writer, response) |
Syntax
Visual Basic |
---|
Public Overridable Sub WriteXml ( _ writer As XmlWriter, _ response As RequestInformationCardsResponse _ ) |
C# |
---|
public virtual void WriteXml ( XmlWriter writer, RequestInformationCardsResponse response ) |
C++ |
---|
public: virtual void WriteXml ( XmlWriter^ writer, RequestInformationCardsResponse^ response ) |
J# |
---|
public void WriteXml ( XmlWriter writer, RequestInformationCardsResponse response ) |
JScript |
---|
public function WriteXml ( writer : XmlWriter, response : RequestInformationCardsResponse ) |
Parameters
- writer
- response
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.