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

SSLFTPClientServerCertificate Property

The certificate presented by the server.

Definition

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

Property Value

SSLFTPCertificate

Remarks

During the negotiation of a secure connection, the server presents a certificate which may be accessed using this property. The property may not be accessed until a secure connection has been made.

See Also