Documentation Home
MySQL Connector/NET Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 1.3Mb
PDF (A4) - 1.3Mb


MySQL Connector/NET Developer Guide  /  Connector/NET API Reference  /  MySql.Data.MySqlClient.Authentication Namespace

8.3 MySql.Data.MySqlClient.Authentication Namespace

Classes

Class Description
MySqlAuthenticationPlugin Abstract class used to define an authentication plugin.
MySqlClearPasswordPlugin Allows connections to a user account set with the mysql_clear_password authentication plugin.
MySqlNativePasswordPlugin Implements the mysql_native_password authentication plugin.
MySqlPemReader Provides functionality to read, decode, and convert PEM files into objects supported in .NET.