SSLFTPCertificateShowCertificateManager(String, IWin32Window) 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 void ShowCertificateManager(
string title,
IWin32Window parent
)
Public Shared Sub ShowCertificateManager (
title As String,
parent As IWin32Window
)
public:
static void ShowCertificateManager(
String^ title,
IWin32Window^ parent
)
static member ShowCertificateManager :
title : string *
parent : IWin32Window -> unit
Parameters
- title String
- The title of the form (may be null).
- parent IWin32Window
- Reference to parent window (may be null)
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,bool)]