IWSTrust13AsyncContract 介面

定義

定義 WS-Trust 1.3 通訊協定的非同步服務合約介面。

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

方法

BeginTrust13Cancel(Message, AsyncCallback, Object)

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

BeginTrust13CancelResponse(Message, AsyncCallback, Object)

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

BeginTrust13Issue(Message, AsyncCallback, Object)

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

BeginTrust13IssueResponse(Message, AsyncCallback, Object)

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

BeginTrust13Renew(Message, AsyncCallback, Object)

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

BeginTrust13RenewResponse(Message, AsyncCallback, Object)

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

BeginTrust13Validate(Message, AsyncCallback, Object)

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

BeginTrust13ValidateResponse(Message, AsyncCallback, Object)

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

EndTrust13Cancel(IAsyncResult)

完成非同步的取消方法。

EndTrust13CancelResponse(IAsyncResult)

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

EndTrust13Issue(IAsyncResult)

完成非同步的發行方法。

EndTrust13IssueResponse(IAsyncResult)

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

EndTrust13Renew(IAsyncResult)

完成非同步的更新方法。

EndTrust13RenewResponse(IAsyncResult)

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

EndTrust13Validate(IAsyncResult)

完成非同步的驗證方法。

EndTrust13ValidateResponse(IAsyncResult)

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

適用於