







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