PgSqlAuthenticationPromptEventArgs Class Members
In This Topic
The following tables list the members exposed by PgSqlAuthenticationPromptEventArgs.
Public Properties
| Name | Description |
| Instruction | Gets the authentication instruction and additional information about authentication. |
| Name | Gets the name of the authentication method. |
| Prompts | Gets an array of prompts for the fields, that should be filled in the Responses array. |
| Responses | Gets 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