WSTrustResponseSerializer.WriteKnownResponseElement Method

Definition

When overridden in a derived class, writes the supported elements on the RequestSecurityTokenResponse object to the outgoing stream.

public:
 abstract void WriteKnownResponseElement(System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ requestSecurityTokenResponse, System::Xml::XmlWriter ^ writer, System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ context);
public abstract void WriteKnownResponseElement (System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse requestSecurityTokenResponse, System.Xml.XmlWriter writer, System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext context);
abstract member WriteKnownResponseElement : System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse * System.Xml.XmlWriter * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> unit
Public MustOverride Sub WriteKnownResponseElement (requestSecurityTokenResponse As RequestSecurityTokenResponse, writer As XmlWriter, context As WSTrustSerializationContext)

Parameters

requestSecurityTokenResponse
RequestSecurityTokenResponse

The RequestSecurityTokenResponse object to serialize.

writer
XmlWriter

The XmlWriter to write to.

context
WSTrustSerializationContext

A WSTrustSerializationContext that contains the current serialization context.

Applies to