IWSTrustContract 接口

定义

定义发送 ws-discovery 信任信息到 STS 的服务协议。

public interface class IWSTrustContract
[System.ServiceModel.ServiceContract]
public interface IWSTrustContract
[<System.ServiceModel.ServiceContract>]
type IWSTrustContract = interface
Public Interface IWSTrustContract
派生
属性

方法

BeginCancel(Message, AsyncCallback, Object)

WS-Trust 取消绑定的异步开始方法。

BeginIssue(Message, AsyncCallback, Object)

WS-Trust 发布绑定的异步开始方法。

BeginRenew(Message, AsyncCallback, Object)

WS-Trust 续订绑定的异步开始方法。

BeginValidate(Message, AsyncCallback, Object)

WS-Trust 验证绑定的异步开始方法。

Cancel(Message)

WS-Trust “取消”绑定的方法。

EndCancel(IAsyncResult)

WS-Trust 取消绑定的异步结束方法。

EndIssue(IAsyncResult)

WS-Trust 发布绑定的异步结束方法。

EndRenew(IAsyncResult)

WS-Trust 续订绑定的异步结束方法。

EndValidate(IAsyncResult)

WS-Trust 验证绑定的异步结束方法。

Issue(Message)

WS-Trust “发布”绑定的方法。

Renew(Message)

WS-Trust “更新”绑定的方法。

Validate(Message)

WS-Trust “验证”绑定的方法。

适用于