次の方法で共有


X509PeerCertificateAuthentication.TrustedStoreLocation プロパティ

定義

クライアント証明書を検証する、信頼されているストアの場所を取得または設定します。

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検証します。 ストアの場所はこのパラメーターを使用して指定します。

適用対象