WSTrustFeb2005ResponseSerializer.WriteKnownResponseElement 메서드

정의

RequestSecurityTokenResponse 개체에서 지원되는 요소를 보내는 스트림에 씁니다.

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)

매개 변수

rstr
RequestSecurityTokenResponse

serialize할 RequestSecurityTokenResponse 개체입니다.

writer
XmlWriter

쓸 대상 XmlWriter 개체입니다.

context
WSTrustSerializationContext

현재 serialization 컨텍스트가 들어 있는 WSTrustSerializationContext입니다.

예외

rstr이(가) null인 경우

또는

writernull입니다.

또는

context이(가) null인 경우

적용 대상