Click or drag to resize
FdfCredentialsDialog Class
Encapsulates dialog functionality from the Credential Management API.
Inheritance Hierarchy

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public sealed class FdfCredentialsDialog : CommonDialog

The FdfCredentialsDialog type exposes the following members.

Constructors
  NameDescription
Public methodFdfCredentialsDialog(String)
Initializes a new instance of the CredentialsDialog class with the specified target.
Public methodFdfCredentialsDialog(String, String)
Initializes a new instance of the CredentialsDialog class with the specified target and caption.
Public methodFdfCredentialsDialog(String, String, String)
Initializes a new instance of the CredentialsDialog class with the specified target, caption and message.
Public methodFdfCredentialsDialog(String, String, String, Image)
Initializes a new instance of the CredentialsDialog class with the specified target, caption, message and banner.
Top
Properties
  NameDescription
Public propertyAlwaysDisplay
Gets or sets if the dialog will be shown even if the credentials can be returned from an existing credential in the credential manager.
Public propertyBanner
Gets or sets the image to display on the dialog.
Public propertyCaption
Gets or sets the caption of the dialog.
Public propertyExcludeCertificates
Gets or sets if the dialog is populated with name/password only.
Public propertyKeepName
Gets or sets if the name is read-only.
Public propertyMessage
Gets or sets the message of the dialog.
Public propertyName
Gets or sets the name for the credentials.
Public propertyPassword
Gets or sets the password for the credentials.
Public propertyPersist
Gets or sets if the credentials are to be persisted in the credential manager.
Public propertySaveChecked
Gets or sets if the save checkbox status.
Public propertySaveDisplayed
Gets or sets if the save checkbox is displayed.
Public propertyTarget
Gets or sets the name of the target for the credentials, typically a server name.
Top
Methods
  NameDescription
Public methodConfirm
Confirmation action to be applied.
Public methodReset (Overrides CommonDialogReset.)
Protected methodRunDialog (Overrides CommonDialogRunDialog(IntPtr).)
Public methodShow
Shows the credentials dialog.
Public methodShow(Boolean)
Shows the credentials dialog with the specified save checkbox status.
Public methodShow(String)
Shows the credentials dialog with the specified name.
Public methodShow(IWin32Window)
Shows the credentials dialog with the specified owner.
Public methodShow(String, String)
Shows the credentials dialog with the specified name and password.
Public methodShow(IWin32Window, Boolean)
Shows the credentials dialog with the specified owner and save checkbox status.
Public methodShow(String, String, Boolean)
Shows the credentials dialog with the specified name, password and save checkbox status.
Public methodShow(IWin32Window, String, String)
Shows the credentials dialog with the specified owner, name and password.
Public methodShow(IWin32Window, String, String, Boolean)
Shows the credentials dialog with the specified owner, name, password and save checkbox status.
Top
See Also