IAuthenticationPlugin2 interface
IAuthenticationPlugin2
is an extension to IAuthenticationPlugin
that returns a hash of the client’s password.
public interface IAuthenticationPlugin2 : IAuthenticationPlugin
Members
name | description |
---|---|
CreatePasswordHash(…) | Hashes the client’s password (e.g., for TLS certificate fingerprint verification). |
See Also
- interface IAuthenticationPlugin
- namespace MySqlConnector.Authentication
- assembly MySqlConnector