Search Results for

    Show / Hide Table of Contents

    Enum KerberosAuthMode

    Defines the different APIs that can be used for Kerberos authentication.

    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public enum KerberosAuthMode

    Fields

    Name Description
    AUTO

    Use SSPI and then fall back to GSSAPI in case of error.

    GSSAPI

    Use Generic Security Services API (GSSAPI) through MIT Kerberos library.

    SSPI

    Use MS Security Support Provider Interface (SSPI).

    In This Article
    • Fields
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.