edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Returns an array of all the certificates in the TrustedRootCAs store on the LocalMachine.

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static SSLFTPCertificate[] GetCACertificates()
Visual Basic
Public Shared Function GetCACertificates As SSLFTPCertificate()
Visual C++
public:
static array<SSLFTPCertificate^>^ GetCACertificates()

Return Value

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

See Also