edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPCertificateShowCertificateManager(String, IWin32Window) Method

Displays the certificate manager either as a modal dialog or as a window.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static void ShowCertificateManager(
	string title,
	IWin32Window parent
)

Parameters

title  String
The title of the form (may be null).
parent  IWin32Window
Reference to parent window (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