IWSTrustFeb2005AsyncContract 인터페이스

정의

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

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

메서드

BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

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

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

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

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

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

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

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

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

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

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

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

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

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

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

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

EndTrustFeb2005Cancel(IAsyncResult)

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

EndTrustFeb2005CancelResponse(IAsyncResult)

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

EndTrustFeb2005Issue(IAsyncResult)

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

EndTrustFeb2005IssueResponse(IAsyncResult)

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

EndTrustFeb2005Renew(IAsyncResult)

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

EndTrustFeb2005RenewResponse(IAsyncResult)

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

EndTrustFeb2005Validate(IAsyncResult)

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

EndTrustFeb2005ValidateResponse(IAsyncResult)

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

적용 대상