MySqlConnector.Authentication.Ed25519
0.58.0
Implements the client_ed25519 authentication plugin for MariaDB.
Install-Package MySqlConnector.Authentication.Ed25519 -Version 0.58.0
dotnet add package MySqlConnector.Authentication.Ed25519 --version 0.58.0
<PackageReference Include="MySqlConnector.Authentication.Ed25519" Version="0.58.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MySqlConnector.Authentication.Ed25519 --version 0.58.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Install this package, then call Ed25519AuthenticationPlugin.Install
from your application startup code to enable it.
See the MariaDB ed25519 documentation for more information.
Install this package, then call Ed25519AuthenticationPlugin.Install
from your application startup code to enable it.
See the MariaDB ed25519 documentation for more information.
Release Notes
https://mysqlconnector.net/overview/version-history/
Dependencies
-
.NETFramework 4.5
- MySqlConnector (>= 0.58.0)
-
.NETStandard 1.3
- MySqlConnector (>= 0.58.0)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- MySqlConnector (>= 0.58.0)
GitHub Usage
This package is not used by any popular GitHub repositories.