IWSTrust13SyncContract Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Definiuje kontrakt usługi dla protokołu 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
- Pochodne
- Atrybuty
Metody
ProcessTrust13Cancel(Message) |
Definiuje metodę RST/Cancel dla protokołu WS-Trust 1,3. |
ProcessTrust13CancelResponse(Message) |
Definiuje metodę RSTR/Cancel dla protokołu WS-Trust 1,3. |
ProcessTrust13Issue(Message) |
Definiuje metodę RST/Issue dla protokołu WS-Trust 1,3. |
ProcessTrust13IssueResponse(Message) |
Definiuje metodę RSTR/Issue dla protokołu WS-Trust 1,3. |
ProcessTrust13Renew(Message) |
Definiuje metodę RST/Renew dla protokołu WS-Trust 1,3. |
ProcessTrust13RenewResponse(Message) |
Definiuje metodę RSTR/Renew dla protokołu WS-Trust 1,3. |
ProcessTrust13Validate(Message) |
Definiuje metodę RST/Validate dla protokołu WS-Trust 1,3. |
ProcessTrust13ValidateResponse(Message) |
Definiuje metodę RSTR/Validate dla protokołu WS-Trust 1,3. |