IWSTrustChannelContract インターフェイス

定義

IWSTrustChannelContractによって公開されるメッセージ指向操作コントラクトをラップするメソッドを定義するサービス コントラクト。

public interface class IWSTrustChannelContract : System::ServiceModel::Security::IWSTrustContract
[System.Runtime.InteropServices.ComVisible(false)]
[System.ServiceModel.ServiceContract]
public interface IWSTrustChannelContract : System.ServiceModel.Security.IWSTrustContract
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.ServiceModel.ServiceContract>]
type IWSTrustChannelContract = interface
    interface IWSTrustContract
Public Interface IWSTrustChannelContract
Implements IWSTrustContract
派生
属性
実装

メソッド

名前 説明
BeginCancel(Message, AsyncCallback, Object)

WS-Trust Cancel バインディングの非同期 begin メソッド。

(継承元 IWSTrustContract)
BeginCancel(RequestSecurityToken, AsyncCallback, Object)

WS-Trust キャンセル メッセージを非同期的にエンドポイントに送信します。

BeginIssue(Message, AsyncCallback, Object)

WS-Trust Issue バインディングの非同期 begin メソッド。

(継承元 IWSTrustContract)
BeginIssue(RequestSecurityToken, AsyncCallback, Object)

WS-Trust 更新メッセージをエンドポイントに非同期的に送信します。

BeginRenew(Message, AsyncCallback, Object)

WS-Trust Renew バインディングの非同期 begin メソッド。

(継承元 IWSTrustContract)
BeginRenew(RequestSecurityToken, AsyncCallback, Object)

WS-Trust 更新メッセージをエンドポイントに非同期的に送信します。

BeginValidate(Message, AsyncCallback, Object)

WS-Trust Validate バインドの非同期 begin メソッド。

(継承元 IWSTrustContract)
BeginValidate(RequestSecurityToken, AsyncCallback, Object)

WS-Trust 検証メッセージをエンドポイントに非同期的に送信します。

Cancel(Message)

WS-Trust Cancel バインドのメソッド。

(継承元 IWSTrustContract)
Cancel(RequestSecurityToken)

WS-Trust キャンセル メッセージをエンドポイントに送信します。

EndCancel(IAsyncResult, RequestSecurityTokenResponse)

BeginCancel(RequestSecurityToken, AsyncCallback, Object)の呼び出しによって開始された非同期送信操作を完了します。

EndCancel(IAsyncResult)

WS-Trust Cancel バインディングの非同期終了メソッド。

(継承元 IWSTrustContract)
EndIssue(IAsyncResult, RequestSecurityTokenResponse)

BeginIssue(RequestSecurityToken, AsyncCallback, Object)の呼び出しによって開始された非同期送信操作を完了します。

EndIssue(IAsyncResult)

WS-Trust Issue バインディングの非同期終了メソッド。

(継承元 IWSTrustContract)
EndRenew(IAsyncResult, RequestSecurityTokenResponse)

BeginRenew(RequestSecurityToken, AsyncCallback, Object)の呼び出しによって開始された非同期送信操作を完了します。

EndRenew(IAsyncResult)

WS-Trust Renew バインディングの非同期終了メソッド。

(継承元 IWSTrustContract)
EndValidate(IAsyncResult, RequestSecurityTokenResponse)

BeginValidate(RequestSecurityToken, AsyncCallback, Object)の呼び出しによって開始された非同期送信操作を完了します。

EndValidate(IAsyncResult)

WS-Trust Validate バインドの非同期終了メソッド。

(継承元 IWSTrustContract)
Issue(Message)

WS-Trust Issue バインディングのメソッド。

(継承元 IWSTrustContract)
Issue(RequestSecurityToken, RequestSecurityTokenResponse)

WS-Trust 問題メッセージをエンドポイント STS に送信します。

Issue(RequestSecurityToken)

WS-Trust 問題メッセージをエンドポイント STS に送信します。

Renew(Message)

WS-Trust Renew バインディングのメソッド。

(継承元 IWSTrustContract)
Renew(RequestSecurityToken)

WS-Trust 更新メッセージをエンドポイントに送信します。

Validate(Message)

WS-Trust Validate バインドのメソッド。

(継承元 IWSTrustContract)
Validate(RequestSecurityToken)

WS-Trust 検証メッセージをエンドポイントに送信します。

適用対象