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

SSLFTPCertificateImportIntoStore Method

Imports a certificate into a particular certificate store.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static void ImportIntoStore(
	SSLFTPCertificate certificate,
	SSLFTPStoreLocation location,
	SSLFTPStoreName name
)

Parameters

certificate  SSLFTPCertificate
Certificate to install.
location  SSLFTPStoreLocation
Location of store.
name  SSLFTPStoreName
Name of store.

See Also