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

ServerValidationEventArgsSSLServerCertificateChain Property

The full chain of SSL/TLS certificates presented by the FTPS server.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public SSLFTPCertificate[] SSLServerCertificateChain { get; set; }

Property Value

SSLFTPCertificate

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