IWSTrust13AsyncContract.EndTrust13ValidateResponse(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Termine la méthode RSTR/Validate asynchrone.
public:
System::ServiceModel::Channels::Message ^ EndTrust13ValidateResponse(IAsyncResult ^ ar);
public System.ServiceModel.Channels.Message EndTrust13ValidateResponse (IAsyncResult ar);
abstract member EndTrust13ValidateResponse : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndTrust13ValidateResponse (ar As IAsyncResult) As Message
Paramètres
- ar
- IAsyncResult
IAsyncResult qui est retourné par un appel à la méthode BeginTrust13ValidateResponse(Message, AsyncCallback, Object).
Retours
Message qui représente le message de réponse, qui contient le RSTR.