WSTrustChannel.ReadResponse(Message) Metodo

Definizione

Deserializza un oggetto RequestSecurityTokenResponse da un Message oggetto ricevuto dall'endpoint 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

Parametri

response
Message

Oggetto Message ricevuto dall'endpoint WS-Trust.

Valori restituiti

Deserializzato RequestSecurityTokenResponse dalla risposta.

Si applica a