MySQL Connector/Net
Sha256AuthenticationPlugin Class |
The implementation of the sha256_password authentication plugin.

SystemObject MySql.Data.MySqlClient.AuthenticationMySqlAuthenticationPlugin
MySql.Data.MySqlClient.AuthenticationSha256AuthenticationPlugin
MySql.Data.MySqlClient.AuthenticationSha256AuthenticationPlugin
Namespace: MySql.Data.MySqlClient.Authentication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

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.

Name | Description | |
---|---|---|
![]() | Sha256AuthenticationPlugin |

Name | Description | |
---|---|---|
![]() | Encoding | (Inherited from MySqlAuthenticationPlugin.) |
![]() | PluginName | (Overrides MySqlAuthenticationPluginPluginName.) |
![]() | ServerVersion | (Inherited from MySqlAuthenticationPlugin.) |
![]() | Settings | (Inherited from MySqlAuthenticationPlugin.) |

Name | Description | |
---|---|---|
![]() | AuthenticationFailed | (Inherited from MySqlAuthenticationPlugin.) |
![]() | AuthenticationSuccessful | (Inherited from MySqlAuthenticationPlugin.) |
![]() | CheckConstraints | (Inherited from MySqlAuthenticationPlugin.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPassword | (Overrides MySqlAuthenticationPluginGetPassword.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUsername | (Inherited from MySqlAuthenticationPlugin.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoreData | (Overrides MySqlAuthenticationPluginMoreData(Byte).) |
![]() | SetAuthData | (Inherited from MySqlAuthenticationPlugin.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | AuthenticationData | (Inherited from MySqlAuthenticationPlugin.) |
