FdfCredentialsDialog Class |
Namespace: FDF.Common.Runtime.Controls
The FdfCredentialsDialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | FdfCredentialsDialog(String) | Initializes a new instance of the CredentialsDialog class
with the specified target. |
![]() | FdfCredentialsDialog(String, String) | Initializes a new instance of the CredentialsDialog class
with the specified target and caption. |
![]() | FdfCredentialsDialog(String, String, String) | Initializes a new instance of the CredentialsDialog class
with the specified target, caption and message. |
![]() | FdfCredentialsDialog(String, String, String, Image) | Initializes a new instance of the CredentialsDialog class
with the specified target, caption, message and banner. |
Name | Description | |
---|---|---|
![]() | AlwaysDisplay |
Gets or sets if the dialog will be shown even if the credentials
can be returned from an existing credential in the credential manager.
|
![]() | Banner | Gets or sets the image to display on the dialog. |
![]() | Caption | Gets or sets the caption of the dialog. |
![]() | ExcludeCertificates | Gets or sets if the dialog is populated with name/password only. |
![]() | KeepName | Gets or sets if the name is read-only. |
![]() | Message | Gets or sets the message of the dialog. |
![]() | Name | Gets or sets the name for the credentials. |
![]() | Password | Gets or sets the password for the credentials. |
![]() | Persist | Gets or sets if the credentials are to be persisted in the credential manager. |
![]() | SaveChecked | Gets or sets if the save checkbox status. |
![]() | SaveDisplayed | Gets or sets if the save checkbox is displayed. |
![]() | Target | Gets or sets the name of the target for the credentials, typically a server name. |
Name | Description | |
---|---|---|
![]() | Confirm | Confirmation action to be applied. |
![]() | Reset | (Overrides CommonDialogReset.) |
![]() | RunDialog | (Overrides CommonDialogRunDialog(IntPtr).) |
![]() | Show | Shows the credentials dialog. |
![]() | Show(Boolean) | Shows the credentials dialog with the specified save checkbox status. |
![]() | Show(String) | Shows the credentials dialog with the specified name. |
![]() | Show(IWin32Window) | Shows the credentials dialog with the specified owner. |
![]() | Show(String, String) | Shows the credentials dialog with the specified name and password. |
![]() | Show(IWin32Window, Boolean) | Shows the credentials dialog with the specified owner and save checkbox status. |
![]() | Show(String, String, Boolean) | Shows the credentials dialog with the specified name, password and save checkbox status. |
![]() | Show(IWin32Window, String, String) | Shows the credentials dialog with the specified owner, name and password. |
![]() | Show(IWin32Window, String, String, Boolean) | Shows the credentials dialog with the specified owner, name, password and save checkbox status. |