X509CertificateStoreTokenResolver コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 つ。
例外
storeLocation
が null
または空の文字列です。
適用対象
.NET