다음을 통해 공유


IWSTrust13SyncContract 인터페이스

정의

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

적용 대상