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 void ShowCertificateManager(
	string title
)
Visual Basic
Public Shared Sub ShowCertificateManager ( _
	title As String _
)
Visual C++
public:
static void ShowCertificateManager(
	String^ title
)

Parameters

title
Type: System..::..String
The title of the form (may be null).

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

[!:ShowCertificateManager(string,IWin32Window)]
[!:ShowCertificateManager(string,IWin32Window,bool)]