SSLFTPCertificateGetCACertificates Method
Returns an array of all the certificates in the TrustedRootCAs store on the LocalMachine.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public static SSLFTPCertificate[] GetCACertificates()
Public Shared Function GetCACertificates As SSLFTPCertificate()
public:
static array<SSLFTPCertificate^>^ GetCACertificates()
static member GetCACertificates : unit -> SSLFTPCertificate[]
Return Value
SSLFTPCertificateAn array of all the certificates in the
TrustedRootCAs store on the
LocalMachine.