Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public enum MySqlCertificateStoreLocation |
| Visual Basic |
|---|
Public Enumeration MySqlCertificateStoreLocation |
| Visual C++ |
|---|
public enum class MySqlCertificateStoreLocation |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not use certificate store | |
| CurrentUser | 1 | Use certificate store for the current user | |
| LocalMachine | 2 | User certificate store for the machine |