IWSTrust13SyncContract Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the service contract for the WS-Trust 1.3 protocol.
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
- Derived
- Attributes
Methods
ProcessTrust13Cancel(Message) |
Defines the RST/Cancel method for the WS-Trust 1.3 protocol. |
ProcessTrust13CancelResponse(Message) |
Defines the RSTR/Cancel method for the WS-Trust 1.3 protocol. |
ProcessTrust13Issue(Message) |
Defines the RST/Issue method for the WS-Trust 1.3 protocol. |
ProcessTrust13IssueResponse(Message) |
Defines the RSTR/Issue method for the WS-Trust 1.3 protocol. |
ProcessTrust13Renew(Message) |
Defines the RST/Renew method for the WS-Trust 1.3 protocol. |
ProcessTrust13RenewResponse(Message) |
Defines the RSTR/Renew method for the WS-Trust 1.3 protocol. |
ProcessTrust13Validate(Message) |
Defines the RST/Validate method for the WS-Trust 1.3 protocol. |
ProcessTrust13ValidateResponse(Message) |
Defines the RSTR/Validate method for the WS-Trust 1.3 protocol. |