IWSTrust13SyncContract Interface

Définition

Définit le contrat de service pour le protocole WS-Trust 1.3.

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

Méthodes

Nom Description
ProcessTrust13Cancel(Message)

Définit la méthode RST/Cancel pour le protocole WS-Trust 1.3.

ProcessTrust13CancelResponse(Message)

Définit la méthode RSTR/Cancel pour le protocole WS-Trust 1.3.

ProcessTrust13Issue(Message)

Définit la méthode RST/Issue pour le protocole WS-Trust 1.3.

ProcessTrust13IssueResponse(Message)

Définit la méthode RSTR/Issue pour le protocole WS-Trust 1.3.

ProcessTrust13Renew(Message)

Définit la méthode RST/Renew pour le protocole WS-Trust 1.3.

ProcessTrust13RenewResponse(Message)

Définit la méthode RSTR/Renew pour le protocole WS-Trust 1.3.

ProcessTrust13Validate(Message)

Définit la méthode RST/Validate pour le protocole WS-Trust 1.3.

ProcessTrust13ValidateResponse(Message)

Définit la méthode RSTR/Validate pour le protocole WS-Trust 1.3.

S’applique à