IWSTrust13SyncContract 接口

定义

定义 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
派生
属性

方法

ProcessTrust13Cancel(Message)

定义 WS-Trust 1.3 协议的 RST/取消方法。

ProcessTrust13CancelResponse(Message)

定义 WS-Trust 1.3 协议的 RSTR/取消方法。

ProcessTrust13Issue(Message)

定义 WS-Trust 1.3 协议的RST/问题方法。

ProcessTrust13IssueResponse(Message)

定义 WS-Trust 1.3 协议的 RST/发布方法。

ProcessTrust13Renew(Message)

定义 WS-Trust 1.3 协议的RST/更新方法。

ProcessTrust13RenewResponse(Message)

定义 WS-Trust 1.3 协议的 RST/续订方法。

ProcessTrust13Validate(Message)

定义WS-Trust 1.3 协议的异步验证方法。

ProcessTrust13ValidateResponse(Message)

定义 WS-Trust 1.3 协议的 RSTR/验证方法。

适用于