IWSTrustFeb2005AsyncContract Interface

Définition

Définit une interface de contrat de service asynchrone pour le protocole WS-Trust février 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

Nom Description
BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

Définit la méthode Cancel asynchrone pour le protocole WS-Trust février 2005.

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

Définit la méthode RSTR/Cancel asynchrone pour le protocole WS-Trust février 2005.

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

Définit la méthode Issue asynchrone pour le protocole WS-Trust février 2005.

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

Définit la méthode RSTR/Issue asynchrone pour le protocole WS-Trust février 2005.

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

Définit la méthode Renew asynchrone pour le protocole WS-Trust février 2005.

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

Définit la méthode RSTR/Renew asynchrone pour le protocole WS-Trust février 2005.

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

Définit la méthode Validate asynchrone pour le protocole WS-Trust février 2005.

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

Définit la méthode RSTR/Validate asynchrone pour le protocole WS-Trust février 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 à