Click or drag to resize

CredentialDialog Properties

The CredentialDialog type exposes the following members.

Properties
  NameDescription
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContent
Gets or sets additional text to display in the dialog.
Public propertyCredentials
Gets the user-specified user name and password in a NetworkCredential object.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyDownlevelTextMode
Gets or sets a value that indicates how the text of the MainInstruction and Content properties is displayed on Windows XP.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyIsSaveChecked
Gets or sets whether the "save password" checkbox is checked.
Public propertyIsStoredCredential
Gets a value that indicates whether the current credentials were retrieved from a credential store.
Public propertyMainInstruction
Gets or sets a brief message to display in the dialog box.
Public propertyPassword
Gets the password the user entered in the dialog.
Public propertyShowSaveCheckBox
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.
Public propertyShowUIForSavedCredentials
Gets or sets a value that indicates whether the dialog should be displayed even when saved credentials exist for the specified target.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyTarget
Gets or sets the target for the credentials, typically a server name.
Public propertyUseApplicationInstanceCredentialCache
Gets or sets whether to use the application instance credential cache.
Public propertyUserName
Gets the user name the user entered in the dialog.
Public propertyWindowTitle
Gets or sets the title of the credentials dialog.
Top
See Also