次の方法で共有


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 証明書ストアの名前を指定する列挙値の 1 つ。

storeLocation
StoreLocation

X.509 証明書ストアの場所を指定する列挙値の 1 つ。

適用対象

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 証明書ストアの場所を指定する列挙値の 1 つ。

例外

storeLocationnull または空の文字列です。

適用対象