次の方法で共有


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

適用対象