dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlAuthenticationPrompEventArgs Class
Members

In This Topic
    MySqlAuthenticationPrompEventArgs Class
    In This Topic
    Provides data for the MySqlConnection.AuthenticationPrompt event.
    Syntax
    'Declaration
     
    Public Class MySqlAuthenticationPrompEventArgs 
       Inherits System.EventArgs
    public class MySqlAuthenticationPrompEventArgs : System.EventArgs 
    Remarks
    The MySqlConnection.AuthenticationPrompt event occurs when performing keyboard-interactive authentication.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Devart.Data.MySql.MySqlAuthenticationPrompEventArgs

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also