IAuthenticationPlugin3 interface
IAuthenticationPlugin3 is an extension to IAuthenticationPlugin that also returns a hash of the client’s password.
public interface IAuthenticationPlugin3 : IAuthenticationPlugin
Members
| name | description |
|---|---|
| CreateResponseAndPasswordHash(…) | Creates the authentication response and hashes the client’s password (e.g., for TLS certificate fingerprint verification). |
Remarks
If an authentication plugin supports this interface, the base CreateResponse method will not be called.
See Also
- interface IAuthenticationPlugin
- namespace MySqlConnector.Authentication
- assembly MySqlConnector