X509CertificateTrustedIssuerElement::StoreName Property
.NET Framework (current version)
Gets or sets the name of the X.509 certificate store to open.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("storeName", DefaultValue = StoreName::My, Options = ConfigurationPropertyOptions::IsKey)] property StoreName StoreName { StoreName get(); void set(StoreName value); }
Property Value
Type: System.Security.Cryptography.X509Certificates::StoreNameA StoreName that contains the name of the X.509 certificate store to open.
.NET Framework
Available since 3.0
Available since 3.0
Show: