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 메서드를 정의합니다.

적용 대상