edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The full chain of SSL/TLS certificates presented by the FTPS server.

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

Syntax

C#
public SSLFTPCertificate[] SSLServerCertificateChain { get; set; }
Visual Basic
Public Property SSLServerCertificateChain As SSLFTPCertificate()
	Get
	Set
Visual C++
public:
property array<SSLFTPCertificate^>^ SSLServerCertificateChain {
	array<SSLFTPCertificate^>^ get ();
	void set (array<SSLFTPCertificate^>^ value);
}

Remarks

The server's certificate is the first element in the array, with those of the issuers appearing subsequently. Note that the SSLServerCertificate property references the first element in this array.

See Also