IAuthenticationPlugin interface
The primary interface implemented by an authentication plugin.
public interface IAuthenticationPlugin
Members
| name | description |
|---|---|
| Name { get; } | Gets the authentication plugin name. |
| CreateResponse(…) | Creates the authentication response. |
See Also
- namespace MySqlConnector.Authentication
- assembly MySqlConnector