IWSTrustFeb2005AsyncContract 接口

定义

定义 WS-Trust 2005 年二月的异步服务合约接口协议。

public interface class IWSTrustFeb2005AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrustFeb2005AsyncContract = interface
Public Interface IWSTrustFeb2005AsyncContract
派生
属性

方法

BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

定义2005 年2月WS-Trust 协议的异步取消方法。

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

定义2005 年2月 WS-Trust 协议的异步 RSTR/取消方法。

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

定义2005年2月 WS-Trust 协议的异步问题方法。

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

定义2005年2月 WS-Trust 协议的异步问题方法。

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

定义2005年2月 WS-Trust 协议的异步续订方法。

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

定义2005年2月 WS-Trust 1.3 协议的异步RSTR/续订方法。

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

定义2005年2月 WS-Trust 协议的异步验证方法。

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

定义2005年2月 WS-Trust 协议的异步RSTR/验证方法。

EndTrustFeb2005Cancel(IAsyncResult)

完成异步取消方法。

EndTrustFeb2005CancelResponse(IAsyncResult)

完成异步 RSTR/取消方法。

EndTrustFeb2005Issue(IAsyncResult)

完成异步发布方法。

EndTrustFeb2005IssueResponse(IAsyncResult)

完成异步 RSTR/发布方法。

EndTrustFeb2005Renew(IAsyncResult)

完成异步续订方法。

EndTrustFeb2005RenewResponse(IAsyncResult)

完成异步 RSTR/续订方法。

EndTrustFeb2005Validate(IAsyncResult)

完成异步验证方法。

EndTrustFeb2005ValidateResponse(IAsyncResult)

完成异步 RSTR/验证方法。

适用于