IWSTrust13SyncContract 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 메서드를 정의합니다. |