IWSTrustChannelContract 인터페이스

정의

IWSTrustChannelContract에 의해 노출되는 메시지 지향 작업 계약을 래핑하는 메서드를 정의하는 서비스 계약입니다.

public interface class IWSTrustChannelContract : System::ServiceModel::Security::IWSTrustContract
[System.Runtime.InteropServices.ComVisible(false)]
[System.ServiceModel.ServiceContract]
public interface IWSTrustChannelContract : System.ServiceModel.Security.IWSTrustContract
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.ServiceModel.ServiceContract>]
type IWSTrustChannelContract = interface
    interface IWSTrustContract
Public Interface IWSTrustChannelContract
Implements IWSTrustContract
파생
특성
구현

메서드

BeginCancel(Message, AsyncCallback, Object)

WS-Trust Cancel 바인딩에 대한 비동기 Begin 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
BeginCancel(RequestSecurityToken, AsyncCallback, Object)

WS-Trust Cancel 메시지를 엔드포인트에 비동기적으로 보냅니다.

BeginIssue(Message, AsyncCallback, Object)

WS-Trust Issue 바인딩에 대한 비동기 Begin 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
BeginIssue(RequestSecurityToken, AsyncCallback, Object)

WS-Trust Renew 메시지를 엔드포인트에 비동기적으로 보냅니다.

BeginRenew(Message, AsyncCallback, Object)

WS-Trust Renew 바인딩에 대한 비동기 Begin 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
BeginRenew(RequestSecurityToken, AsyncCallback, Object)

WS-Trust Renew 메시지를 엔드포인트에 비동기적으로 보냅니다.

BeginValidate(Message, AsyncCallback, Object)

WS-Trust Validate 바인딩에 대한 비동기 Begin 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
BeginValidate(RequestSecurityToken, AsyncCallback, Object)

WS-Trust Validate 메시지를 엔드포인트에 비동기적으로 보냅니다.

Cancel(Message)

WS-Trust Cancel 바인딩에 대한 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
Cancel(RequestSecurityToken)

WS-Trust Cancel 메시지를 엔드포인트에 보냅니다.

EndCancel(IAsyncResult)

WS-Trust Cancel 바인딩에 대한 비동기 End 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
EndCancel(IAsyncResult, RequestSecurityTokenResponse)

BeginCancel(RequestSecurityToken, AsyncCallback, Object)에 대한 호출로 초기화된 비동기 작업을 완료합니다.

EndIssue(IAsyncResult)

WS-Trust Issue 바인딩에 대한 비동기 End 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
EndIssue(IAsyncResult, RequestSecurityTokenResponse)

BeginIssue(RequestSecurityToken, AsyncCallback, Object)에 대한 호출로 초기화된 비동기 작업을 완료합니다.

EndRenew(IAsyncResult)

WS-Trust Renew 바인딩에 대한 비동기 End 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
EndRenew(IAsyncResult, RequestSecurityTokenResponse)

BeginRenew(RequestSecurityToken, AsyncCallback, Object)에 대한 호출로 초기화된 비동기 작업을 완료합니다.

EndValidate(IAsyncResult)

WS-Trust Validate 바인딩에 대한 비동기 End 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
EndValidate(IAsyncResult, RequestSecurityTokenResponse)

BeginValidate(RequestSecurityToken, AsyncCallback, Object)에 대한 호출로 초기화된 비동기 작업을 완료합니다.

Issue(Message)

WS-Trust Issue 바인딩에 대한 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
Issue(RequestSecurityToken)

WS-Trust Issue 메시지를 엔드포인트 STS에 보냅니다.

Issue(RequestSecurityToken, RequestSecurityTokenResponse)

WS-Trust Issue 메시지를 엔드포인트 STS에 보냅니다.

Renew(Message)

WS-Trust Renew 바인딩에 대한 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
Renew(RequestSecurityToken)

WS-Trust Renew 메시지를 엔드포인트에 보냅니다.

Validate(Message)

WS-Trust Validate 바인딩에 대한 메서드입니다.

(다음에서 상속됨 IWSTrustContract)
Validate(RequestSecurityToken)

WS-Trust Validate 메시지를 엔드포인트에 보냅니다.

적용 대상