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

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

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

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

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

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

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

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

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

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

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

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

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

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

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

EndTrustFeb2005Cancel(IAsyncResult)

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

EndTrustFeb2005CancelResponse(IAsyncResult)

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

EndTrustFeb2005Issue(IAsyncResult)

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

EndTrustFeb2005IssueResponse(IAsyncResult)

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

EndTrustFeb2005Renew(IAsyncResult)

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

EndTrustFeb2005RenewResponse(IAsyncResult)

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

EndTrustFeb2005Validate(IAsyncResult)

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

EndTrustFeb2005ValidateResponse(IAsyncResult)

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

適用対象