SSLFTPCertificateShowCertificateManager(String, IWin32Window, Boolean) Method
Displays the certificate manager either as a modal dialog or as a window.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public static Form ShowCertificateManager(
string title,
IWin32Window parent,
bool modal
)
Public Shared Function ShowCertificateManager (
title As String,
parent As IWin32Window,
modal As Boolean
) As Form
public:
static Form^ ShowCertificateManager(
String^ title,
IWin32Window^ parent,
bool modal
)
static member ShowCertificateManager :
title : string *
parent : IWin32Window *
modal : bool -> Form
- 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.
FormA reference to the form (useful only when invoking as non-modal window).
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.
Reference
[!:ShowCertificateManager(string,IWin32Window)]