IWSTrustFeb2005SyncContract 接口

定义

定义2005年2月 WS-Trust 协议的服务合约。

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)

定义2005年2月 WS-Trust 协议的取消方法。

ProcessTrustFeb2005CancelResponse(Message)

定义2005年2月 WS-Trust 协议的RSTR/取消方法。

ProcessTrustFeb2005Issue(Message)

定义2005年2月 WS-Trust 协议的问题方法。

ProcessTrustFeb2005IssueResponse(Message)

定义2005年2月 WS-Trust 协议的RSTR/问题方法。

ProcessTrustFeb2005Renew(Message)

定义2005年2月 WS-Trust 协议的更新方法。

ProcessTrustFeb2005RenewResponse(Message)

定义2005年2月 WS-Trust 协议的RSTR/更新方法。

ProcessTrustFeb2005Validate(Message)

定义2005年2月 WS-Trust 协议的RSTR/验证方法。

ProcessTrustFeb2005ValidateResponse(Message)

定义WS-Trust 2005 协议的RSTR/验证方法。

适用于