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 通訊協定的取消方法。

ProcessTrustFeb2005CancelResponse(Message)

定義 WS-Trust Feb 2005 通訊協定的 RSTR/取消方法。

ProcessTrustFeb2005Issue(Message)

定義 WS-Trust Feb 2005 通訊協定的發行方法。

ProcessTrustFeb2005IssueResponse(Message)

定義 WS-Trust Feb 2005 通訊協定的 RSTR/發行方法。

ProcessTrustFeb2005Renew(Message)

定義 WS-Trust Feb 2005 通訊協定的更新方法。

ProcessTrustFeb2005RenewResponse(Message)

定義 WS-Trust Feb 2005 通訊協定的 RSTR/更新方法。

ProcessTrustFeb2005Validate(Message)

定義 WS-Trust Feb 2005 通訊協定的驗證方法。

ProcessTrustFeb2005ValidateResponse(Message)

定義 WS-Trust Feb 2005 通訊協定的 RSTR/驗證方法。

適用於