IWSTrustFeb2005AsyncContract 介面

定義

定義 WS-Trust Feb 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)

定義 WS-Trust Feb 2005 通訊協定的非同步取消方法。

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

定義 WS-Trust Feb 2005 通訊協定的非同步 RSTR/取消方法。

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

定義 WS-Trust Feb 2005 通訊協定的非同步發行方法。

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

定義 WS-Trust Feb 2005 通訊協定的非同步 RSTR/發行方法。

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

定義 WS-Trust Feb 2005 通訊協定的非同步更新方法。

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

定義 WS-Trust Feb 2005 通訊協定的非同步 RSTR/更新方法。

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

定義 WS-Trust Feb 2005 通訊協定的非同步驗證方法。

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

定義 WS-Trust Feb 2005 通訊協定的非同步 RSTR/驗證方法。

EndTrustFeb2005Cancel(IAsyncResult)

完成非同步的取消方法。

EndTrustFeb2005CancelResponse(IAsyncResult)

完成非同步的 RSTR/Cancel 方法。

EndTrustFeb2005Issue(IAsyncResult)

完成非同步的發行方法。

EndTrustFeb2005IssueResponse(IAsyncResult)

完成非同步的 RSTR/Issue 方法。

EndTrustFeb2005Renew(IAsyncResult)

完成非同步的更新方法。

EndTrustFeb2005RenewResponse(IAsyncResult)

完成非同步的 RSTR/Renew 方法。

EndTrustFeb2005Validate(IAsyncResult)

完成非同步的驗證方法。

EndTrustFeb2005ValidateResponse(IAsyncResult)

完成非同步的 RSTR/Validate 方法。

適用於