edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Displays the certificate manager either as a modal dialog or as a window.

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static Form ShowCertificateManager(
	string title,
	IWin32Window parent,
	bool modal
)
Visual Basic
Public Shared Function ShowCertificateManager ( _
	title As String, _
	parent As IWin32Window, _
	modal As Boolean _
) As Form
Visual C++
public:
static Form^ ShowCertificateManager(
	String^ title, 
	IWin32Window^ parent, 
	bool modal
)

Parameters

title
Type: System..::..String
The title of the form (may be null).
parent
Type: System.Windows.Forms..::..IWin32Window
Reference to parent window (may be null)
modal
Type: System..::..Boolean
Controls whether or not the form is shown as a modal dialog.

Return Value

A reference to the form (useful only when invoking as non-modal window).

Remarks

The certificate manager allows the user to view, import and remove certificates on the local machine. It is useful for managing server- and Certificate Authority- certificates.

See Also