Partager via


IWSTrustFeb2005AsyncContract Interface

Définition

Définit une interface de contrat de service asynchrone pour le protocole WS-Trust Feb 2005.

public interface class IWSTrustFeb2005AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrustFeb2005AsyncContract = interface
Public Interface IWSTrustFeb2005AsyncContract
Dérivé
Attributs

Méthodes

BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

Définit la méthode d'annulation (Cancel) asynchrone pour le protocole WS-Trust Feb 2005.

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

Définit la méthode d'annulation (Cancel)/RSTR asynchrone pour le protocole WS-Trust Feb 2005.

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

Définit la méthode d'émission (Issue) asynchrone pour le protocole WS-Trust Feb 2005.

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

Définit la méthode d'émission (Issue)/RSTR asynchrone pour le protocole WS-Trust Feb 2005.

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

Définit la méthode de renouvellement (Renew) asynchrone pour le protocole WS-Trust Feb 2005.

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

Définit la méthode de renouvellement (Renew)/RSTR asynchrone pour le protocole WS-Trust Feb 2005.

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

Définit la méthode de validation (Validate) asynchrone pour le protocole WS-Trust Feb 2005.

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

Définit la méthode de validation (Validate)/RSTR asynchrone pour le protocole WS-Trust Feb 2005.

EndTrustFeb2005Cancel(IAsyncResult)

Termine la méthode Cancel asynchrone.

EndTrustFeb2005CancelResponse(IAsyncResult)

Termine la méthode RSTR/Cancel asynchrone.

EndTrustFeb2005Issue(IAsyncResult)

Termine la méthode Issue asynchrone.

EndTrustFeb2005IssueResponse(IAsyncResult)

Termine la méthode RSTR/Issue asynchrone.

EndTrustFeb2005Renew(IAsyncResult)

Termine la méthode Renew asynchrone.

EndTrustFeb2005RenewResponse(IAsyncResult)

Termine la méthode RSTR/Renew asynchrone.

EndTrustFeb2005Validate(IAsyncResult)

Termine la méthode Validate asynchrone.

EndTrustFeb2005ValidateResponse(IAsyncResult)

Termine la méthode RSTR/Validate asynchrone.

S’applique à