Share via


X509CertificateTrustedIssuerElement.StoreName 屬性

定義

取得或設定要開啟的 X.509 憑證存放區名稱。

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

屬性值

StoreName

StoreName,其中包含要開啟之 X.509 憑證存放區的名稱。

屬性

適用於