Compartilhar via


IWSTrust13AsyncContract.BeginTrust13ValidateResponse Método

Definição

Define o método RSTR/Validate assíncrono para o protocolo WS-Trust 1.3.

public:
 IAsyncResult ^ BeginTrust13ValidateResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", AsyncPattern=true, Name="Trust13ValidateResponseAsync", ReplyAction="*")]
public IAsyncResult BeginTrust13ValidateResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Validate", AsyncPattern=true, Name="Trust13ValidateResponseAsync", ReplyAction="*")>]
abstract member BeginTrust13ValidateResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13ValidateResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parâmetros

request
Message

Um Message que representa a mensagem de solicitação, que contém o RST.

callback
AsyncCallback

O delegado AsyncCallback que recebe a notificação da conclusão da operação assíncrona.

state
Object

Um objeto que contém informações de estado associadas à operação assíncrona.

Retornos

O IAsyncResult que faz referência à operação assíncrona.

Atributos

Aplica-se a