IAuthenticationPlugin.CreateResponse method
Creates the authentication response.
public byte[] CreateResponse(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 response.
See Also
- interface IAuthenticationPlugin
- namespace MySqlConnector.Authentication
- assembly MySqlConnector