X509PeerCertificateAuthentication.TrustedStoreLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント証明書を検証する、信頼されているストアの場所を取得または設定します。
public:
property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation
プロパティ値
クライアント証明書を検証する、信頼されているストアの場所。
例外
資格情報が読み取り専用のときに設定します。
注釈
証明書を使用する場合、Windows Communication Foundation (WCF) セキュリティ システムは、 に対してクライアント証明書を StoreLocation検証します。 ストアの場所はこのパラメーターを使用して指定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET