Enum MySqlCertificateStoreLocation
Defines the location of the certificate store.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public enum MySqlCertificateStoreLocation
Fields
Name | Description |
---|---|
CurrentUser | Use certificate store for the current user. |
LocalMachine | User certificate store for the machine. |
None | Do not use certificate store. |