Click or drag to resize
FdfCredentialsDialog Methods

The FdfCredentialsDialog type exposes the following members.

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