X509SecurityTokenProvider 클래스

정의

SOAP 메시지 보낸 사람에게 보안 토큰을 제공하는 X509SecurityToken 보안 토큰 공급자를 나타냅니다.

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

설명

대부분의 경우 클라이언트가 보안 토큰이 필요한 SOAP 메시지를 보낼 때 호출되므로 클래스를 직접 호출 X509SecurityTokenProvider 할 필요가 X509SecurityToken 없습니다. 특히 클라이언트는 클래스를 사용하여 ClientCredentials 필요한 보안 토큰의 유형을 지정하고 클래스는 ClientCredentials 메서드를 호출 GetToken 하여 보안 토큰을 가져옵니다. 필요한 보안 토큰이 보안 토큰인 X509SecurityToken 경우 메서드는 GetToken 메서드를 호출합니다 GetTokenCore .

생성자

Name Description
X509SecurityTokenProvider(StoreLocation, StoreName, X509FindType, Object)

지정된 인증서 저장소 조건으로부터 X.509 인증서를 가져오면 클래스의 새 인스턴스 X509SecurityTokenProvider 를 초기화합니다.

X509SecurityTokenProvider(X509Certificate2)

지정된 X.509 인증서를 X509SecurityTokenProvider 사용하여 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Certificate

보안 토큰과 연결된 X.509 인증서를 X509SecurityToken 가져옵니다.

SupportsTokenCancellation

보안 토큰을 취소할 수 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 SecurityTokenProvider)
SupportsTokenRenewal

보안 토큰이 재생 가능한지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 SecurityTokenProvider)

메서드

Name Description
BeginCancelToken(TimeSpan, SecurityToken, AsyncCallback, Object)

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

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

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

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

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

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

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

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

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

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

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

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

보안 토큰을 취소합니다.

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

보안 토큰을 취소합니다.

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

에서 사용하는 모든 리소스를 X509SecurityTokenProvider해제합니다.

EndCancelToken(IAsyncResult)

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

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

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

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

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

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

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

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

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

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

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

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

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

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

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

보안 토큰을 가져옵니다.

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

생성자에 지정된 X.509 인증서를 사용하여 보안 토큰을 가져옵니다.

GetType()

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

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

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

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

보안 토큰을 갱신합니다.

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

보안 토큰을 갱신합니다.

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

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

(다음에서 상속됨 Object)

적용 대상

추가 정보