CredentialDialog Properties |
The CredentialDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| Content |
Gets or sets additional text to display in the dialog.
| |
| Credentials |
Gets the user-specified user name and password in a NetworkCredential object.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| DownlevelTextMode |
Gets or sets a value that indicates how the text of the MainInstruction and Content properties
is displayed on Windows XP.
| |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| IsSaveChecked |
Gets or sets whether the "save password" checkbox is checked.
| |
| IsStoredCredential |
Gets a value that indicates whether the current credentials were retrieved from a credential store.
| |
| MainInstruction |
Gets or sets a brief message to display in the dialog box.
| |
| Password |
Gets the password the user entered in the dialog.
| |
| ShowSaveCheckBox |
Gets or sets a value that indicates whether a check box is shown on the dialog that allows the user to choose whether to save
the credentials or not.
| |
| ShowUIForSavedCredentials |
Gets or sets a value that indicates whether the dialog should be displayed even when saved credentials exist for the
specified target.
| |
| Site | (Inherited from Component.) | |
| Target |
Gets or sets the target for the credentials, typically a server name.
| |
| UseApplicationInstanceCredentialCache |
Gets or sets whether to use the application instance credential cache.
| |
| UserName |
Gets the user name the user entered in the dialog.
| |
| WindowTitle |
Gets or sets the title of the credentials dialog.
|