WSTrustChannel.ReadResponse(Message) Methode

Definition

Deserialisiert RequestSecurityTokenResponse von Message, das vom WS-Trust-Endpunkt empfangen wird.

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

Parameter

response
Message

Die Message, die vom WS-Trust-Endpunkt empfangen wird.

Gibt zurück

Die RequestSecurityTokenResponse, die von der Antwort deserialisiert wird.

Gilt für: