WSTrustChannel.ReadResponse(Message) 메서드

정의

WS-Trust 엔드포인트에서 받은 RequestSecurityTokenResponse에서 Message를 역직렬화합니다.

protected:
 virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ ReadResponse(System::ServiceModel::Channels::Message ^ response);
protected virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse ReadResponse (System.ServiceModel.Channels.Message response);
abstract member ReadResponse : System.ServiceModel.Channels.Message -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.ReadResponse : System.ServiceModel.Channels.Message -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Protected Overridable Function ReadResponse (response As Message) As RequestSecurityTokenResponse

매개 변수

response
Message

WS-Trust 엔드포인트에서 받은 Message입니다.

반환

RequestSecurityTokenResponse

응답에서 역직렬화할 RequestSecurityTokenResponse입니다.

적용 대상