dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAuthenticationPromptEventArgs Class
Properties

In This Topic
    PgSqlAuthenticationPromptEventArgs Class Members
    In This Topic

    The following tables list the members exposed by PgSqlAuthenticationPromptEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets the authentication instruction and additional information about authentication.  
    Public PropertyGets the name of the authentication method.  
    Public PropertyGets an array of prompts for the fields, that should be filled in the Responses array.  
    Public PropertyGets the array of strings, which should be filled in the PgSqlConnection.AuthenticationPrompt event handler according to the Prompts array. Each Responds string corresponds to the Prompts string.  
    Top
    See Also