WSTrustChannel.ReadResponse(Message) Methode

Definitie

Deserializeert een RequestSecurityTokenResponse van een Message ontvangen van het WS-Trust-eindpunt.

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

Parameters

response
Message

Het Message ontvangen van het WS-Trust-eindpunt.

Retouren

De RequestSecurityTokenResponse gedeserialiseerde uit het antwoord.

Van toepassing op