| ApplicationRequireCredentialsEventArgs Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class RequireCredentialsEventArgs : EventArgs, _RequireCredentialsEventArgs
The ApplicationRequireCredentialsEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationRequireCredentialsEventArgs | Initializes a new instance of the ApplicationRequireCredentialsEventArgs class |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Cancel |
Gets or sets a boolean flag that indicates if login was cancelled.
| |
| ConnectionName |
Gets or sets a string that indicates the connection name this login is for.
| |
| LoginShowAlwaysUseCheckbox |
Gets or sets a string will be used for the title of the login screen.
| |
| LoginTitle |
Gets or sets a string will be used for the title of the login screen.
| |
| Password |
Gets or sets a string that contains the password that has been entered.
| |
| SecurityLogin |
Gets or sets a boolean flag that indicates if login is a security one.
| |
| SystemName |
Gets or sets a string that indicates the system name this login is for.
| |
| UsePreviousUsernameAndPasswordSet |
Gets or sets a boolean flag that indicate if the username and password should be stored for this session.
| |
| UserName |
Gets or sets a string contains the username that was entered.
|