IWSTrust13SyncContract インターフェイス

定義

WS-Trust Feb 1.3 プロトコルのサービス コントラクトを定義します。

public interface class IWSTrust13SyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrust13Sync", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrust13SyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrust13Sync", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrust13SyncContract = interface
Public Interface IWSTrust13SyncContract
派生
属性

メソッド

ProcessTrust13Cancel(Message)

WS-Trust 1.3 プロトコルの RST/Cancel メソッドを定義します。

ProcessTrust13CancelResponse(Message)

WS-Trust 1.3 プロトコルの RSTR/Cancel メソッドを定義します。

ProcessTrust13Issue(Message)

WS-Trust 1.3 プロトコルの RST/Issue メソッドを定義します。

ProcessTrust13IssueResponse(Message)

WS-Trust 1.3 プロトコルの RSTR/Issue メソッドを定義します。

ProcessTrust13Renew(Message)

WS-Trust 1.3 プロトコルの RST/Renew メソッドを定義します。

ProcessTrust13RenewResponse(Message)

WS-Trust 1.3 プロトコルの RSTR/Renew メソッドを定義します。

ProcessTrust13Validate(Message)

WS-Trust 1.3 プロトコルの RST/Validate メソッドを定義します。

ProcessTrust13ValidateResponse(Message)

WS-Trust 1.3 プロトコルの RSTR/Validate メソッドを定義します。

適用対象