WSTrustFeb2005ResponseSerializer.WriteKnownResponseElement Metodo

Definizione

Scrive gli elementi supportati nell'oggetto RequestSecurityTokenResponse nel flusso in uscita.

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)

Parametri

writer
XmlWriter

Oggetto XmlWriter in cui scrivere.

context
WSTrustSerializationContext

Oggetto WSTrustSerializationContext contenente il contesto di serializzazione corrente.

Eccezioni

rstr è null.

oppure

writer è null.

oppure

context è null.

Si applica a