MySqlNativePasswordPlugin Class

MySQL Connector/Net

MySqlNativePasswordPlugin Class
Inheritance Hierarchy
SystemObject  MySql.Data.MySqlClient.AuthenticationMySqlAuthenticationPlugin
    MySql.Data.MySqlClient.AuthenticationMySqlNativePasswordPlugin

Namespace: MySql.Data.MySqlClient.Authentication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public class MySqlNativePasswordPlugin : MySqlAuthenticationPlugin
Public Class MySqlNativePasswordPlugin
	Inherits MySqlAuthenticationPlugin
public ref class MySqlNativePasswordPlugin : public MySqlAuthenticationPlugin
type MySqlNativePasswordPlugin =  
    class
        inherit MySqlAuthenticationPlugin
    end

The MySqlNativePasswordPlugin type exposes the following members.

Constructors
  NameDescription
Public methodMySqlNativePasswordPlugin
Top
Properties
Methods
  NameDescription
Protected methodAuthenticationFailed (Inherited from MySqlAuthenticationPlugin.)
Protected methodAuthenticationSuccessful (Inherited from MySqlAuthenticationPlugin.)
Protected methodCheckConstraints (Inherited from MySqlAuthenticationPlugin.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPassword (Overrides MySqlAuthenticationPluginGetPassword.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsername (Inherited from MySqlAuthenticationPlugin.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMoreData (Overrides MySqlAuthenticationPluginMoreData(Byte).)
Protected methodSetAuthData (Overrides MySqlAuthenticationPluginSetAuthData(Byte).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldAuthenticationData (Inherited from MySqlAuthenticationPlugin.)
Top
See Also