MySqlAuthenticationPlugin.AuthenticationData Field

MySQL Connector/Net

MySqlAuthenticationPluginAuthenticationData Field

Namespace: MySql.Data.MySqlClient.Authentication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
protected byte[] AuthenticationData
Protected AuthenticationData As Byte()
protected:
array<unsigned char>^ AuthenticationData
val mutable AuthenticationData: byte[]

Field Value

Type: Byte
See Also