Click or drag to resize
FdfCredentialsDialog Constructor (String, String, String, Image)
Initializes a new instance of the CredentialsDialog class with the specified target, caption, message and banner.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfCredentialsDialog(
	string target,
	string caption,
	string message,
	Image banner
)

Parameters

target
Type: SystemString
The name of the target for the credentials, typically a server name.
caption
Type: SystemString
The caption of the dialog (null will cause a system default title to be used).
message
Type: SystemString
The message of the dialog (null will cause a system default message to be used).
banner
Type: System.DrawingImage
The image to display on the dialog (null will cause a system default image to be used).
See Also