MySqlAuthenticationPlugin.AuthenticationSuccessful Method

MySQL Connector/Net

MySqlAuthenticationPluginAuthenticationSuccessful Method

Namespace: MySql.Data.MySqlClient.Authentication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
protected virtual void AuthenticationSuccessful()
Protected Overridable Sub AuthenticationSuccessful
protected:
virtual void AuthenticationSuccessful()
abstract AuthenticationSuccessful : unit -> unit 
override AuthenticationSuccessful : unit -> unit 
See Also