WSTrustResponseSerializer.WriteXmlElement Method

Definition

When overridden in a derived class, writes a child element inside the RSTR.

public:
 abstract void WriteXmlElement(System::Xml::XmlWriter ^ writer, System::String ^ elementName, System::Object ^ elementValue, System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ requestSecurityTokenResponse, System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ context);
public abstract void WriteXmlElement (System.Xml.XmlWriter writer, string elementName, object elementValue, System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse requestSecurityTokenResponse, System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext context);
abstract member WriteXmlElement : System.Xml.XmlWriter * string * obj * System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> unit
Public MustOverride Sub WriteXmlElement (writer As XmlWriter, elementName As String, elementValue As Object, requestSecurityTokenResponse As RequestSecurityTokenResponse, context As WSTrustSerializationContext)

Parameters

writer
XmlWriter

The XmlWriter object to which the RSTR is being serialized.

elementName
String

The local name of the element to be written.

elementValue
Object

The value of the element.

requestSecurityTokenResponse
RequestSecurityTokenResponse

The RequestSecurityTokenResponse object that is being serialized.

context
WSTrustSerializationContext

A WSTrustSerializationContext that contains the current serialization context.

Applies to