Enum KerberosAuthMode
Defines the different APIs that can be used for Kerberos authentication.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public enum KerberosAuthMode
Fields
Name | Description |
---|---|
AUTO | |
GSSAPI | Use Generic Security Services API (GSSAPI) through MIT Kerberos library. |
SSPI | Use MS Security Support Provider Interface (SSPI). |