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

SSLFTPCertificateShowCertificateManager(String, IWin32Window, Boolean) 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 Form ShowCertificateManager(
	string title,
	IWin32Window parent,
	bool modal
)

Parameters

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

Return Value

Form
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