IAuthenticationPlugin2.CreatePasswordHash method
Hashes the client’s password (e.g., for TLS certificate fingerprint verification).
public byte[] CreatePasswordHash(string password, ReadOnlySpan<byte> authenticationData)
| parameter | description |
|---|---|
| password | The client’s password. |
| authenticationData | The authentication data supplied by the server; this is the |
Return Value
The authentication-method-specific hash of the client’s password.
See Also
- interface IAuthenticationPlugin2
- namespace MySqlConnector.Authentication
- assembly MySqlConnector