Click or drag to resize
FdfCredentialsDialog Constructor (String)
Initializes a new instance of the CredentialsDialog class with the specified target.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfCredentialsDialog(
	string target
)

Parameters

target
Type: SystemString
The name of the target for the credentials, typically a server name.
See Also