Click or drag to resize
ApplicationRequireCredentialsEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event arguments for RequireCredentials event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPA.Utils.QueryEngineApplicationRequireCredentialsEventArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class RequireCredentialsEventArgs : EventArgs, 
	_RequireCredentialsEventArgs

The ApplicationRequireCredentialsEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodApplicationRequireCredentialsEventArgs
Initializes a new instance of the ApplicationRequireCredentialsEventArgs class
Top
Fields
Properties
  NameDescription
Public propertyCancel
Gets or sets a boolean flag that indicates if login was cancelled.
Public propertyConnectionName
Gets or sets a string that indicates the connection name this login is for.
Public propertyLoginShowAlwaysUseCheckbox
Gets or sets a string will be used for the title of the login screen.
Public propertyLoginTitle
Gets or sets a string will be used for the title of the login screen.
Public propertyPassword
Gets or sets a string that contains the password that has been entered.
Public propertySecurityLogin
Gets or sets a boolean flag that indicates if login is a security one.
Public propertySystemName
Gets or sets a string that indicates the system name this login is for.
Public propertyUsePreviousUsernameAndPasswordSet
Gets or sets a boolean flag that indicate if the username and password should be stored for this session.
Public propertyUserName
Gets or sets a string contains the username that was entered.
Top
Remarks