WSTrust13ResponseSerializer.WriteKnownResponseElement Methode

Definitie

Hiermee schrijft u de ondersteunde elementen van het RequestSecurityTokenResponse object naar de uitgaande stream.

public:
 override void WriteKnownResponseElement(System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ rstr, System::Xml::XmlWriter ^ writer, System::IdentityModel::Protocols::WSTrust::WSTrustSerializationContext ^ context);
public override void WriteKnownResponseElement(System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr, System.Xml.XmlWriter writer, System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext context);
override this.WriteKnownResponseElement : System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse * System.Xml.XmlWriter * System.IdentityModel.Protocols.WSTrust.WSTrustSerializationContext -> unit
Public Overrides Sub WriteKnownResponseElement (rstr As RequestSecurityTokenResponse, writer As XmlWriter, context As WSTrustSerializationContext)

Parameters

rstr
RequestSecurityTokenResponse

Het RequestSecurityTokenResponse object dat moet worden geserialiseerd.

writer
XmlWriter

Het XmlWriter object waarnaar moet worden geschreven.

context
WSTrustSerializationContext

Een WSTrustSerializationContext die de huidige serialisatiecontext bevat.

Uitzonderingen

rstr is null.

– of –

writer is null.

– of –

context is null.

Van toepassing op