MySqlConfiguration.AuthenticationPlugins Property

MySQL Connector/Net

MySqlConfigurationAuthenticationPlugins Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public GenericConfigurationElementCollection<AuthenticationPluginConfigurationElement> AuthenticationPlugins { get; }
Public ReadOnly Property AuthenticationPlugins As GenericConfigurationElementCollection(Of AuthenticationPluginConfigurationElement)
	Get
public:
property GenericConfigurationElementCollection<AuthenticationPluginConfigurationElement^>^ AuthenticationPlugins {
	GenericConfigurationElementCollection<AuthenticationPluginConfigurationElement^>^ get ();
}
member AuthenticationPlugins : GenericConfigurationElementCollection<AuthenticationPluginConfigurationElement> with get

Property Value

Type: GenericConfigurationElementCollectionAuthenticationPluginConfigurationElement
See Also