CertificateReferenceElement.StoreName Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá nebo nastaví název úložiště certifikátů X.509, které se má otevřít.
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)]
public System.Security.Cryptography.X509Certificates.StoreName StoreName { get; set; }
[System.Configuration.ConfigurationProperty("storeName", DefaultValue="My", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.Security.Cryptography.X509Certificates.StoreName StoreName { get; set; }
[<System.Configuration.ConfigurationProperty("storeName", DefaultValue=System.Security.Cryptography.X509Certificates.StoreName.My)>]
member this.StoreName : System.Security.Cryptography.X509Certificates.StoreName with get, set
[<System.Configuration.ConfigurationProperty("storeName", DefaultValue="My", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.StoreName : System.Security.Cryptography.X509Certificates.StoreName with get, set
Public Property StoreName As StoreName
Hodnota vlastnosti
Objekt StoreName obsahující název úložiště certifikátů X.509, které se má otevřít.
- Atributy