X509DefaultServiceCertificateElement.StoreLocation プロパティ

定義

クライアントがサーバーの証明書の検証に使用できる証明書ストアの位置を指定する値を取得または設定します。

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation StoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
[System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[System.Configuration.ConfigurationProperty("storeLocation", DefaultValue="CurrentUser", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue="CurrentUser", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

プロパティ値

StoreLocation

StoreLocationクライアントがサーバーの証明書を検証するために使用できる証明書ストアの場所を指定する。 既定値は LocalMachine です。

属性

適用対象