ServerValidationEventArgsSSLServerCertificateChain Property
The full chain of SSL/TLS certificates presented by the FTPS server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public SSLFTPCertificate[] SSLServerCertificateChain { get; set; }
Public Property SSLServerCertificateChain As SSLFTPCertificate()
Get
Set
public:
property array<SSLFTPCertificate^>^ SSLServerCertificateChain {
array<SSLFTPCertificate^>^ get ();
void set (array<SSLFTPCertificate^>^ value);
}
member SSLServerCertificateChain : SSLFTPCertificate[] with get, set
Property Value
SSLFTPCertificate
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.