Namespace MySql.Data.MySqlClient.Authentication
Classes
MySqlAuthenticationPlugin
Defines the default behavior for an authentication plugin.
MySqlClearPasswordPlugin
Allows connections to a user account set with the mysql_clear_password authentication plugin.
MySqlNativePasswordPlugin
Allows connections to a user account set with the mysql_native_password authentication plugin.
MySqlPemReader
Provides functionality to read, decode and convert PEM files to objects supported in .NET.