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 プロトコルの非同期 Cancel メソッドを定義します。

BeginTrust13CancelResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 プロトコルの非同期 RSTR/Cancel メソッドを定義します。

BeginTrust13Issue(Message, AsyncCallback, Object)

WS-Trust 1.3 プロトコルの非同期 Issue メソッドを定義します。

BeginTrust13IssueResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 プロトコルの非同期 RSTR/Issue メソッドを定義します。

BeginTrust13Renew(Message, AsyncCallback, Object)

WS-Trust 1.3 プロトコルの非同期 Renew メソッドを定義します。

BeginTrust13RenewResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 プロトコルの非同期 RSTR/Renew メソッドを定義します。

BeginTrust13Validate(Message, AsyncCallback, Object)

WS-Trust 1.3 プロトコルの非同期 Validate メソッドを定義します。

BeginTrust13ValidateResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 プロトコルの非同期 RSTR/Validate メソッドを定義します。

EndTrust13Cancel(IAsyncResult)

非同期の Cancel メソッドを完了します。

EndTrust13CancelResponse(IAsyncResult)

非同期の RSTR/Cancel メソッドを完了します。

EndTrust13Issue(IAsyncResult)

非同期の Issue メソッドを完了します。

EndTrust13IssueResponse(IAsyncResult)

非同期の RSTR/Issue メソッドを完了します。

EndTrust13Renew(IAsyncResult)

非同期の Renew メソッドを完了します。

EndTrust13RenewResponse(IAsyncResult)

非同期の RSTR/Renew メソッドを完了します。

EndTrust13Validate(IAsyncResult)

非同期の Validate メソッドを完了します。

EndTrust13ValidateResponse(IAsyncResult)

非同期の RSTR/Validate メソッドを完了します。

適用対象