WSTrustChannelSecurityTokenProvider 클래스

정의

public ref class WSTrustChannelSecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider
public ref class WSTrustChannelSecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider, System::ServiceModel::ICommunicationObject
public class WSTrustChannelSecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider
public class WSTrustChannelSecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider, System.ServiceModel.ICommunicationObject
type WSTrustChannelSecurityTokenProvider = class
    inherit SecurityTokenProvider
type WSTrustChannelSecurityTokenProvider = class
    inherit SecurityTokenProvider
    interface ICommunicationObject
Public Class WSTrustChannelSecurityTokenProvider
Inherits SecurityTokenProvider
Public Class WSTrustChannelSecurityTokenProvider
Inherits SecurityTokenProvider
Implements ICommunicationObject
상속
WSTrustChannelSecurityTokenProvider
구현

생성자

WSTrustChannelSecurityTokenProvider(SecurityTokenRequirement)

속성

ClientCredentials
SupportsTokenCancellation
SupportsTokenRenewal

메서드

BeginCancelToken(TimeSpan, SecurityToken, AsyncCallback, Object)

보안 토큰을 취소하는 비동기 작업을 시작합니다.

(다음에서 상속됨 SecurityTokenProvider)
BeginCancelTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

보안 토큰을 취소하는 비동기 작업을 시작합니다.

(다음에서 상속됨 SecurityTokenProvider)
BeginGetToken(TimeSpan, AsyncCallback, Object)

보안 토큰을 가져오는 비동기 작업을 시작합니다.

(다음에서 상속됨 SecurityTokenProvider)
BeginGetTokenCore(TimeSpan, AsyncCallback, Object)
BeginGetTokenCore(TimeSpan, AsyncCallback, Object)

보안 토큰을 가져오는 비동기 작업을 시작합니다.

(다음에서 상속됨 SecurityTokenProvider)
BeginRenewToken(TimeSpan, SecurityToken, AsyncCallback, Object)

보안 토큰을 갱신하는 비동기 작업을 시작합니다.

(다음에서 상속됨 SecurityTokenProvider)
BeginRenewTokenCore(TimeSpan, SecurityToken, AsyncCallback, Object)

보안 토큰을 갱신하는 비동기 작업을 시작합니다.

(다음에서 상속됨 SecurityTokenProvider)
CancelToken(TimeSpan, SecurityToken)

보안 토큰을 취소합니다.

(다음에서 상속됨 SecurityTokenProvider)
CancelTokenAsync(TimeSpan, SecurityToken)

보안 토큰을 취소합니다.

(다음에서 상속됨 SecurityTokenProvider)
CancelTokenCore(TimeSpan, SecurityToken)

보안 토큰을 취소합니다.

(다음에서 상속됨 SecurityTokenProvider)
CancelTokenCoreAsync(TimeSpan, SecurityToken)

보안 토큰을 취소합니다.

(다음에서 상속됨 SecurityTokenProvider)
CreateWsTrustRequest()
EndCancelToken(IAsyncResult)

보안 토큰을 취소하는 비동기 작업을 완료합니다.

(다음에서 상속됨 SecurityTokenProvider)
EndCancelTokenCore(IAsyncResult)

보안 토큰을 취소하는 비동기 작업을 완료합니다.

(다음에서 상속됨 SecurityTokenProvider)
EndGetToken(IAsyncResult)

보안 토큰을 가져오는 비동기 작업을 완료합니다.

(다음에서 상속됨 SecurityTokenProvider)
EndGetTokenCore(IAsyncResult)
EndGetTokenCore(IAsyncResult)

보안 토큰을 가져오는 비동기 작업을 완료합니다.

(다음에서 상속됨 SecurityTokenProvider)
EndRenewToken(IAsyncResult)

보안 토큰을 갱신하는 비동기 작업을 완료합니다.

(다음에서 상속됨 SecurityTokenProvider)
EndRenewTokenCore(IAsyncResult)

보안 토큰을 갱신하는 비동기 작업을 완료합니다.

(다음에서 상속됨 SecurityTokenProvider)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetToken(TimeSpan)

보안 토큰을 가져옵니다.

(다음에서 상속됨 SecurityTokenProvider)
GetTokenAsync(TimeSpan)

보안 토큰을 가져옵니다.

(다음에서 상속됨 SecurityTokenProvider)
GetTokenCore(TimeSpan)
GetTokenCoreAsync(TimeSpan)

보안 토큰을 가져옵니다.

(다음에서 상속됨 SecurityTokenProvider)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
RenewToken(TimeSpan, SecurityToken)

보안 토큰을 갱신합니다.

(다음에서 상속됨 SecurityTokenProvider)
RenewTokenAsync(TimeSpan, SecurityToken)

보안 토큰을 갱신합니다.

(다음에서 상속됨 SecurityTokenProvider)
RenewTokenCore(TimeSpan, SecurityToken)

보안 토큰을 갱신합니다.

(다음에서 상속됨 SecurityTokenProvider)
RenewTokenCoreAsync(TimeSpan, SecurityToken)

보안 토큰을 갱신합니다.

(다음에서 상속됨 SecurityTokenProvider)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICommunicationObject.Abort()
ICommunicationObject.BeginClose(AsyncCallback, Object)
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
ICommunicationObject.BeginOpen(AsyncCallback, Object)
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)
ICommunicationObject.Close()
ICommunicationObject.Close(TimeSpan)
ICommunicationObject.Closed
ICommunicationObject.Closing
ICommunicationObject.EndClose(IAsyncResult)
ICommunicationObject.EndOpen(IAsyncResult)
ICommunicationObject.Faulted
ICommunicationObject.Open()
ICommunicationObject.Open(TimeSpan)
ICommunicationObject.Opened
ICommunicationObject.Opening
ICommunicationObject.State

확장 메서드

CloseHelperAsync(ICommunicationObject, TimeSpan)
OpenHelperAsync(ICommunicationObject, TimeSpan)

적용 대상