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

SecureFTPConnectionClientCertificate Property

[FTPS Only] The certificate to be presented to the server.

Definition

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

Property Value

SSLFTPCertificate

Remarks

If a server requires client validation then this property must be set. SSLFTPCertificates are created using one of the static SSLFTPCertificate.CreateFrom... methods to load a certificate from a file and the AssociatePrivateKey(String, String) to load the associated private key.

See Also