WSTrustChannel.ReadResponse(Message) 方法

定义

可从 ws-discovery 信任终结点接受到的 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

适用于