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

SSLFTPExceptionCertificateChain Property

Returns the certificate-chain presented by the server, if the exception occurred during a failed SSL/TLS handshake.

Definition

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

Property Value

SSLFTPCertificate

See Also