X509ClientCertificateCredentialsElement.StoreName Vlastnost

Definice

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

StoreName

Objekt StoreName obsahující název úložiště certifikátů X.509, které se má otevřít.

Atributy

Platí pro