Sha256AuthenticationPlugin Class

MySQL Connector/Net

Sha256AuthenticationPlugin Class
The implementation of the sha256_password authentication plugin.
Inheritance Hierarchy
SystemObject  MySql.Data.MySqlClient.AuthenticationMySqlAuthenticationPlugin
    MySql.Data.MySqlClient.AuthenticationSha256AuthenticationPlugin

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

The Sha256AuthenticationPlugin type exposes the following members.

Constructors
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 (Inherited from MySqlAuthenticationPlugin.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldAuthenticationData (Inherited from MySqlAuthenticationPlugin.)
Top
See Also