IWSTrust13AsyncContract 인터페이스

정의

WS-Trust 1.3 프로토콜에 대한 비동기 서비스 계약 인터페이스를 정의합니다.

public interface class IWSTrust13AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrust13AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrust13AsyncContract = interface
Public Interface IWSTrust13AsyncContract
파생
특성

메서드

BeginTrust13Cancel(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 Cancel 메서드를 정의합니다.

BeginTrust13CancelResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 RSTR/Cancel 메서드를 정의합니다.

BeginTrust13Issue(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 Issue 메서드를 정의합니다.

BeginTrust13IssueResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 RSTR/Issue 메서드를 정의합니다.

BeginTrust13Renew(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 Renew 메서드를 정의합니다.

BeginTrust13RenewResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 RSTR/Renew 메서드를 정의합니다.

BeginTrust13Validate(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 Validate 메서드를 정의합니다.

BeginTrust13ValidateResponse(Message, AsyncCallback, Object)

WS-Trust 1.3 프로토콜에 대한 비동기 RSTR/Validate 메서드를 정의합니다.

EndTrust13Cancel(IAsyncResult)

비동기 취소 메서드를 완료합니다.

EndTrust13CancelResponse(IAsyncResult)

비동기 RSTR/취소 메서드를 완료합니다.

EndTrust13Issue(IAsyncResult)

비동기 문제 메서드를 완료합니다.

EndTrust13IssueResponse(IAsyncResult)

비동기 RSTR/문제 메서드를 완료합니다.

EndTrust13Renew(IAsyncResult)

비동기 갱신 메서드를 완료합니다.

EndTrust13RenewResponse(IAsyncResult)

비동기 RSTR/갱신 메서드를 완료합니다.

EndTrust13Validate(IAsyncResult)

비동기 유효성 검사 메서드를 완료합니다.

EndTrust13ValidateResponse(IAsyncResult)

비동기 RSTR/유효성 검사 메서드를 완료합니다.

적용 대상