IWSTrust13SyncContract Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Definierar tjänstkontraktet för protokollet 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
- Härledda
- Attribut
Metoder
| Name | Description |
|---|---|
| ProcessTrust13Cancel(Message) |
Definierar RST/Cancel-metoden för protokollet WS-Trust 1.3. |
| ProcessTrust13CancelResponse(Message) |
Definierar RSTR/Cancel-metoden för protokollet WS-Trust 1.3. |
| ProcessTrust13Issue(Message) |
Definierar RST/Issue-metoden för protokollet WS-Trust 1.3. |
| ProcessTrust13IssueResponse(Message) |
Definierar RSTR/Issue-metoden för protokollet WS-Trust 1.3. |
| ProcessTrust13Renew(Message) |
Definierar RST/Renew-metoden för protokollet WS-Trust 1.3. |
| ProcessTrust13RenewResponse(Message) |
Definierar RSTR/Renew-metoden för protokollet WS-Trust 1.3. |
| ProcessTrust13Validate(Message) |
Definierar RST/Validate-metoden för protokollet WS-Trust 1.3. |
| ProcessTrust13ValidateResponse(Message) |
Definierar RSTR/Validate-metoden för protokollet WS-Trust 1.3. |