X509CertificateTrustedIssuerElement.StoreName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要開啟的 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,其中包含要開啟之 X.509 憑證存放區的名稱。
- 屬性