WSTrustChannel.ReadResponse(Message) Método

Definición

Deserializa un RequestSecurityTokenResponse objeto de un Message objeto recibido del punto de conexión de WS-Trust.

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

Parámetros

response
Message

Objeto Message recibido del punto de conexión de WS-Trust.

Devoluciones

Deserializado RequestSecurityTokenResponse de la respuesta.

Se aplica a