Class AuthenticationPluginConfigurationElement
Defines the configurations allowed for an authentication plugin.
Inheritance
System.Object
AuthenticationPluginConfigurationElement
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public sealed class AuthenticationPluginConfigurationElement : ConfigurationElement
Properties
Name
Gets or sets the name of the authentication plugin.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the authentication plugin.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |