IWSTrustContract インターフェイス

定義

STS に WS-Trust メッセージを送信するためのサービス コントラクトを定義します。

public interface class IWSTrustContract
[System.ServiceModel.ServiceContract]
public interface IWSTrustContract
[<System.ServiceModel.ServiceContract>]
type IWSTrustContract = interface
Public Interface IWSTrustContract
派生
属性

メソッド

BeginCancel(Message, AsyncCallback, Object)

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

BeginIssue(Message, AsyncCallback, Object)

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

BeginRenew(Message, AsyncCallback, Object)

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

BeginValidate(Message, AsyncCallback, Object)

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

Cancel(Message)

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

EndCancel(IAsyncResult)

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

EndIssue(IAsyncResult)

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

EndRenew(IAsyncResult)

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

EndValidate(IAsyncResult)

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

Issue(Message)

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

Renew(Message)

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

Validate(Message)

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

適用対象