IWSTrust13AsyncContract Interface
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.
Définit l'interface de contrat de service asynchrone pour le protocole WS-Trust 1.3.
public interface class IWSTrust13AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrust13AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrust13AsyncContract = interface
Public Interface IWSTrust13AsyncContract
- Dérivé
- Attributs
Méthodes
BeginTrust13Cancel(Message, AsyncCallback, Object) |
Définit la méthode d'annulation (Cancel) asynchrone pour le protocole WS-Trust 1.3. |
BeginTrust13CancelResponse(Message, AsyncCallback, Object) |
Définit la méthode d'annulation (Cancel)/RSTR asynchrone pour le protocole WS-Trust 1.3. |
BeginTrust13Issue(Message, AsyncCallback, Object) |
Définit la méthode d'émission (Issue) asynchrone pour le protocole WS-Trust 1.3. |
BeginTrust13IssueResponse(Message, AsyncCallback, Object) |
Définit la méthode d'émission (Issue)/RSTR asynchrone pour le protocole WS-Trust 1.3. |
BeginTrust13Renew(Message, AsyncCallback, Object) |
Définit la méthode de renouvellement (Renew) asynchrone pour le protocole WS-Trust 1.3. |
BeginTrust13RenewResponse(Message, AsyncCallback, Object) |
Définit la méthode de renouvellement (Renew)/RSTR asynchrone pour le protocole WS-Trust 1.3. |
BeginTrust13Validate(Message, AsyncCallback, Object) |
Définit la méthode de validation (Validate) asynchrone pour le protocole WS-Trust 1.3. |
BeginTrust13ValidateResponse(Message, AsyncCallback, Object) |
Définit la méthode de validation (Validate)/RSTR asynchrone pour le protocole WS-Trust 1.3. |
EndTrust13Cancel(IAsyncResult) |
Termine la méthode Cancel asynchrone. |
EndTrust13CancelResponse(IAsyncResult) |
Termine la méthode RSTR/Cancel asynchrone. |
EndTrust13Issue(IAsyncResult) |
Termine la méthode Issue asynchrone. |
EndTrust13IssueResponse(IAsyncResult) |
Termine la méthode RSTR/Issue asynchrone. |
EndTrust13Renew(IAsyncResult) |
Termine la méthode Renew asynchrone. |
EndTrust13RenewResponse(IAsyncResult) |
Termine la méthode RSTR/Renew asynchrone. |
EndTrust13Validate(IAsyncResult) |
Termine la méthode Validate asynchrone. |
EndTrust13ValidateResponse(IAsyncResult) |
Termine la méthode RSTR/Validate asynchrone. |