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

SSLFTPCertificateGetCACertificates Method

Returns an array of all the certificates in the TrustedRootCAs store on the LocalMachine.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static SSLFTPCertificate[] GetCACertificates()

Return Value

SSLFTPCertificate
An array of all the certificates in the TrustedRootCAs store on the LocalMachine.

See Also