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 バインディングの非同期開始メソッド。

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

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

BeginIssue(Message, AsyncCallback, Object)

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

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

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

BeginRenew(Message, AsyncCallback, Object)

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

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

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

BeginValidate(Message, AsyncCallback, Object)

WS-Trust Validate バインディングの非同期開始メソッド。

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

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

Cancel(Message)

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

(継承元 IWSTrustContract)
Cancel(RequestSecurityToken)

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

EndCancel(IAsyncResult)

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

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

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

EndIssue(IAsyncResult)

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

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

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

EndRenew(IAsyncResult)

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

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

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

EndValidate(IAsyncResult)

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

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

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

Issue(Message)

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

(継承元 IWSTrustContract)
Issue(RequestSecurityToken)

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

Issue(RequestSecurityToken, RequestSecurityTokenResponse)

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

Renew(Message)

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

(継承元 IWSTrustContract)
Renew(RequestSecurityToken)

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

Validate(Message)

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

(継承元 IWSTrustContract)
Validate(RequestSecurityToken)

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

適用対象