Class MySqlClearPasswordPlugin
Allows connections to a user account set with the mysql_clear_password authentication plugin.
Inheritance
System.Object
MySqlClearPasswordPlugin
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public class MySqlClearPasswordPlugin : MySqlAuthenticationPlugin
Properties
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
MoreDataAsync(Byte[], Boolean)
Declaration
protected override Task<byte[]> MoreDataAsync(byte[] data, bool execAsync)
Parameters
Type |
Name |
Description |
System.Byte[] |
data |
|
System.Boolean |
execAsync |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Byte[]> |
|
Overrides