X509InitiatorCertificateClientElement::StoreLocation Property
.NET Framework (current version)
Gets or sets a value that specifies the location of the certificate store the client can use to validate the server’s certificate.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("storeLocation", DefaultValue = StoreLocation::CurrentUser)] property StoreLocation StoreLocation { StoreLocation get(); void set(StoreLocation value); }
Property Value
Type: System.Security.Cryptography.X509Certificates::StoreLocationA StoreLocation that specifies the location of the certificate store the client can use to validate the server’s certificate. The default value is LocalMachine.
.NET Framework
Available since 3.0
Available since 3.0
Show: