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

BeginIssue(Message, AsyncCallback, Object)

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

BeginRenew(Message, AsyncCallback, Object)

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

BeginValidate(Message, AsyncCallback, Object)

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

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 Issue バインディングのメソッド。

Renew(Message)

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

Validate(Message)

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

適用対象