IWSTrustFeb2005SyncContract 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 le contrat de service pour le protocole WS-Trust février 2005.
public interface class IWSTrustFeb2005SyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Sync", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005SyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Sync", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrustFeb2005SyncContract = interface
Public Interface IWSTrustFeb2005SyncContract
- Dérivé
- Attributs
Méthodes
| Nom | Description |
|---|---|
| ProcessTrustFeb2005Cancel(Message) |
Définit la méthode Cancel pour le protocole WS-Trust février 2005. |
| ProcessTrustFeb2005CancelResponse(Message) |
Définit la méthode RSTR/Cancel pour le protocole WS-Trust février 2005. |
| ProcessTrustFeb2005Issue(Message) |
Définit la méthode Issue pour le protocole WS-Trust février 2005. |
| ProcessTrustFeb2005IssueResponse(Message) |
Définit la méthode RSTR/Issue pour le protocole WS-Trust février 2005. |
| ProcessTrustFeb2005Renew(Message) |
Définit la méthode Renew pour le protocole WS-Trust février 2005. |
| ProcessTrustFeb2005RenewResponse(Message) |
Définit la méthode RSTR/Renew pour le protocole WS-Trust février 2005. |
| ProcessTrustFeb2005Validate(Message) |
Définit la méthode Validate pour le protocole WS-Trust février 2005. |
| ProcessTrustFeb2005ValidateResponse(Message) |
Définit la méthode RSTR/Validate pour le protocole WS-Trust février 2005. |