MySqlConnector.Authentication.Ed25519
1.0.0
Implements the client_ed25519 authentication plugin for MariaDB.
Install-Package MySqlConnector.Authentication.Ed25519 -Version 1.0.0
dotnet add package MySqlConnector.Authentication.Ed25519 --version 1.0.0
<PackageReference Include="MySqlConnector.Authentication.Ed25519" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MySqlConnector.Authentication.Ed25519 --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MySqlConnector.Authentication.Ed25519, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
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 (>= 1.0.0)
-
.NETStandard 1.3
- MySqlConnector (>= 1.0.0)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- MySqlConnector (>= 1.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.