Click or drag to resize
FdfCredentialsDialogShow Method (String, String)
Shows the credentials dialog with the specified name and password.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public DialogResult Show(
	string name,
	string password
)

Parameters

name
Type: SystemString
The name for the credentials.
password
Type: SystemString
The password for the credentials.

Return Value

Type: DialogResult
Returns a DialogResult indicating the user action.
See Also