IAuthenticationPlugin3.CreateResponseAndPasswordHash method
Creates the authentication response and hashes the client’s password (e.g., for TLS certificate fingerprint verification).
public void CreateResponseAndPasswordHash(string password, ReadOnlySpan<byte> authenticationData,
out byte[] authenticationResponse, out byte[] passwordHash)
| parameter | description |
|---|---|
| password | The client’s password. |
| authenticationData | The authentication data supplied by the server; this is the |
| authenticationResponse | The authentication response. |
| passwordHash | The authentication-method-specific hash of the client’s password. |
See Also
- interface IAuthenticationPlugin3
- namespace MySqlConnector.Authentication
- assembly MySqlConnector