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