skip to main content
Using the ADO.NET Client : Specifying Connection Options : Certificate Store Location
 

Certificate Store Location

Property

CertificateStoreLocation

Description

Specifies the location of the X.509 certificate store used for client authentication.

Valid Values

CurrentUser | LocalMachine
If set to CurrentUser, the application uses the X.509 certificate store specified by the current user.
If set to LocalMachine, the application uses the X.509 certificate store assigned to the local machine.

Default

CurrentUser