IWSTrust13SyncContract 接口

定义

定义 WS-Trust 1.3 协议的服务合约。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
派生
属性

方法

ProcessTrust13Cancel(Message)

定义 WS-Trust 1.3 协议的 RST/取消方法。Defines the RST/Cancel method for the WS-Trust 1.3 protocol.

ProcessTrust13CancelResponse(Message)

定义 WS-Trust 1.3 协议的 RSTR/取消方法。Defines the RSTR/Cancel method for the WS-Trust 1.3 protocol.

ProcessTrust13Issue(Message)

定义 WS-Trust 1.3 协议的RST/问题方法。Defines the RST/Issue method for the WS-Trust 1.3 protocol.

ProcessTrust13IssueResponse(Message)

定义 WS-Trust 1.3 协议的 RST/发布方法。Defines the RSTR/Issue method for the WS-Trust 1.3 protocol.

ProcessTrust13Renew(Message)

定义 WS-Trust 1.3 协议的RST/更新方法。Defines the RST/Renew method for the WS-Trust 1.3 protocol.

ProcessTrust13RenewResponse(Message)

定义 WS-Trust 1.3 协议的 RST/续订方法。Defines the RSTR/Renew method for the WS-Trust 1.3 protocol.

ProcessTrust13Validate(Message)

定义WS-Trust 1.3 协议的异步验证方法。Defines the RST/Validate method for the WS-Trust 1.3 protocol.

ProcessTrust13ValidateResponse(Message)

定义 WS-Trust 1.3 协议的 RSTR/验证方法。Defines the RSTR/Validate method for the WS-Trust 1.3 protocol.

适用于