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応答から逆シリアル化されます。

適用対象