IWSTrustFeb2005SyncContract インターフェイス

定義

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

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

メソッド

ProcessTrustFeb2005Cancel(Message)

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

ProcessTrustFeb2005CancelResponse(Message)

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

ProcessTrustFeb2005Issue(Message)

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

ProcessTrustFeb2005IssueResponse(Message)

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

ProcessTrustFeb2005Renew(Message)

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

ProcessTrustFeb2005RenewResponse(Message)

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

ProcessTrustFeb2005Validate(Message)

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

ProcessTrustFeb2005ValidateResponse(Message)

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

適用対象