CredentialPromptDialog Properties

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The CredentialPromptDialog type exposes the following members.

Properties

  Name Description
Public property Caption
Gets or sets the caption of the dialog.
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property DisableUserName
Gets or sets a value indicating whether the username should be disabled.
Public property MaxPasswordLength
Gets or sets the maximum length of the password.
Public property MaxUserNameLength
Gets or sets the maximum length of the user name.
Public property Message
Gets or sets the message of the dialog.
Public property NotifyIncorrectPassword
Gets or sets a value indicating whether the user should be notified the password was incorrect.
Public property Password
Gets or sets the password.
Public property SaveChecked
Gets or sets a value indicating whether the save checkbox will be checked.
Public property ShowSaveCheckBox
Gets or sets a value indicating whether the 'Remember my password' checkbox will be shown.
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property Tag
Gets or sets an object that contains data about the control.
(Inherited from CommonDialog.)
Public property TargetName
Gets or sets the target name.
Public property UserName
Gets or sets the user name.

See Also