다음을 통해 공유


X509CertificateStoreTokenResolver 생성자

정의

X509CertificateStoreTokenResolver 클래스의 인스턴스를 초기화합니다.

오버로드

X509CertificateStoreTokenResolver()

기본 X.509 인증서 저장소를 사용하여 X509CertificateStoreTokenResolver 클래스의 새 인스턴스를 초기화합니다.

X509CertificateStoreTokenResolver(StoreName, StoreLocation)

토큰 확인 용도로 지정한 위치와 이름에 X.509 인증서 저장소를 사용하는 X509CertificateStoreTokenResolver 클래스의 새 인스턴스를 초기화합니다.

X509CertificateStoreTokenResolver(String, StoreLocation)

토큰 확인 용도로 지정한 위치와 이름에 X.509 인증서 저장소를 사용하는 X509CertificateStoreTokenResolver 클래스의 새 인스턴스를 초기화합니다.

X509CertificateStoreTokenResolver()

기본 X.509 인증서 저장소를 사용하여 X509CertificateStoreTokenResolver 클래스의 새 인스턴스를 초기화합니다.

public:
 X509CertificateStoreTokenResolver();
public X509CertificateStoreTokenResolver ();
Public Sub New ()

설명

기본 저장소 위치는 LocalMachine합니다. 기본 저장소 이름은 My합니다.

적용 대상

X509CertificateStoreTokenResolver(StoreName, StoreLocation)

토큰 확인 용도로 지정한 위치와 이름에 X.509 인증서 저장소를 사용하는 X509CertificateStoreTokenResolver 클래스의 새 인스턴스를 초기화합니다.

public:
 X509CertificateStoreTokenResolver(System::Security::Cryptography::X509Certificates::StoreName storeName, System::Security::Cryptography::X509Certificates::StoreLocation storeLocation);
public X509CertificateStoreTokenResolver (System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation);
new System.IdentityModel.Tokens.X509CertificateStoreTokenResolver : System.Security.Cryptography.X509Certificates.StoreName * System.Security.Cryptography.X509Certificates.StoreLocation -> System.IdentityModel.Tokens.X509CertificateStoreTokenResolver
Public Sub New (storeName As StoreName, storeLocation As StoreLocation)

매개 변수

storeName
StoreName

X.509 인증서 저장소의 이름을 지정하는 열거형 값 중 하나입니다.

storeLocation
StoreLocation

X.509 인증서 저장소의 위치를 지정하는 열거형 값 중 하나입니다.

적용 대상

X509CertificateStoreTokenResolver(String, StoreLocation)

토큰 확인 용도로 지정한 위치와 이름에 X.509 인증서 저장소를 사용하는 X509CertificateStoreTokenResolver 클래스의 새 인스턴스를 초기화합니다.

public:
 X509CertificateStoreTokenResolver(System::String ^ storeName, System::Security::Cryptography::X509Certificates::StoreLocation storeLocation);
public X509CertificateStoreTokenResolver (string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation);
new System.IdentityModel.Tokens.X509CertificateStoreTokenResolver : string * System.Security.Cryptography.X509Certificates.StoreLocation -> System.IdentityModel.Tokens.X509CertificateStoreTokenResolver
Public Sub New (storeName As String, storeLocation As StoreLocation)

매개 변수

storeName
String

X.509 인증서 저장소 이름입니다.

storeLocation
StoreLocation

X.509 인증서 저장소의 위치를 지정하는 열거형 값 중 하나입니다.

예외

storeLocationnull 또는 빈 문자열인 경우

적용 대상