Search Results for

    Show / Hide Table of Contents

    Class AuthenticationPluginConfigurationElement

    Defines the configurations allowed for an authentication plugin.

    Inheritance
    System.Object
    System.Configuration.ConfigurationElement
    AuthenticationPluginConfigurationElement
    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public sealed class AuthenticationPluginConfigurationElement : ConfigurationElement

    Properties

    Name

    Gets or sets the name of the authentication plugin.

    Declaration
    [ConfigurationProperty("name", IsRequired = true)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Gets or sets the type of the authentication plugin.

    Declaration
    [ConfigurationProperty("type", IsRequired = true)]
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.