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

RequestSecurityTokenResponse serialize할 개체입니다.

writer
XmlWriter

XmlWriter 쓸 개체입니다.

context
WSTrustSerializationContext

현재 serialization 컨텍스트를 포함하는 A WSTrustSerializationContext 입니다.

예외

rstrnull입니다.

-또는-

writernull입니다.

-또는-

contextnull입니다.

적용 대상