SSLFTPExceptionCertificateChain Property
Returns the certificate-chain presented by the server, if the exception occurred during
a failed SSL/TLS handshake.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public SSLFTPCertificate[] CertificateChain { get; }
Public ReadOnly Property CertificateChain As SSLFTPCertificate()
Get
public:
property array<SSLFTPCertificate^>^ CertificateChain {
array<SSLFTPCertificate^>^ get ();
}
member CertificateChain : SSLFTPCertificate[] with get
Property Value
SSLFTPCertificate