Partager via


IWSTrust13AsyncContract Interface

Définition

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.

S’applique à