IWSTrustChannelContract 接口

定义

IWSTrustChannelContract公开面向消息操作协定定义方法包装的服务合约。

public interface class IWSTrustChannelContract : System::ServiceModel::Security::IWSTrustContract
[System.Runtime.InteropServices.ComVisible(false)]
[System.ServiceModel.ServiceContract]
public interface IWSTrustChannelContract : System.ServiceModel.Security.IWSTrustContract
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.ServiceModel.ServiceContract>]
type IWSTrustChannelContract = interface
    interface IWSTrustContract
Public Interface IWSTrustChannelContract
Implements IWSTrustContract
派生
属性
实现

方法

BeginCancel(Message, AsyncCallback, Object)

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

(继承自 IWSTrustContract)
BeginCancel(RequestSecurityToken, AsyncCallback, Object)

异步发送终结点的 WS 信任取消消息。

BeginIssue(Message, AsyncCallback, Object)

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

(继承自 IWSTrustContract)
BeginIssue(RequestSecurityToken, AsyncCallback, Object)

异步发送终结点的 WS 信任更新消息。

BeginRenew(Message, AsyncCallback, Object)

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

(继承自 IWSTrustContract)
BeginRenew(RequestSecurityToken, AsyncCallback, Object)

异步发送终结点的 WS 信任更新消息。

BeginValidate(Message, AsyncCallback, Object)

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

(继承自 IWSTrustContract)
BeginValidate(RequestSecurityToken, AsyncCallback, Object)

异步发送终结点的 WS 信任验证消息。

Cancel(Message)

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

(继承自 IWSTrustContract)
Cancel(RequestSecurityToken)

发送 WS-Trust 取消消息到终点。

EndCancel(IAsyncResult)

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

(继承自 IWSTrustContract)
EndCancel(IAsyncResult, RequestSecurityTokenResponse)

完成异步操作发送由 BeginCancel(RequestSecurityToken, AsyncCallback, Object) 的调用启动的操作。

EndIssue(IAsyncResult)

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

(继承自 IWSTrustContract)
EndIssue(IAsyncResult, RequestSecurityTokenResponse)

完成异步操作发送由 BeginIssue(RequestSecurityToken, AsyncCallback, Object) 的调用启动的操作。

EndRenew(IAsyncResult)

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

(继承自 IWSTrustContract)
EndRenew(IAsyncResult, RequestSecurityTokenResponse)

完成异步操作发送由 BeginRenew(RequestSecurityToken, AsyncCallback, Object) 的调用启动的操作。

EndValidate(IAsyncResult)

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

(继承自 IWSTrustContract)
EndValidate(IAsyncResult, RequestSecurityTokenResponse)

完成异步操作发送由 BeginValidate(RequestSecurityToken, AsyncCallback, Object) 的调用启动的操作。

Issue(Message)

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

(继承自 IWSTrustContract)
Issue(RequestSecurityToken)

将 WS-Trust 问题消息发送给终端 STS。

Issue(RequestSecurityToken, RequestSecurityTokenResponse)

将 WS-Trust 问题消息发送给终端 STS。

Renew(Message)

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

(继承自 IWSTrustContract)
Renew(RequestSecurityToken)

发送 WS 续订消息到终点。

Validate(Message)

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

(继承自 IWSTrustContract)
Validate(RequestSecurityToken)

发送 WS-Trust 验证消息到终点。

适用于