共用方式為


X509ScopedServiceCertificateElement.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=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

屬性值

StoreLocation。 預設值是 LocalMachine

屬性

適用於