edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[FTPS Only] The certificate to be presented to the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public SSLFTPCertificate ClientCertificate { get; set; }
Visual Basic
Public Property ClientCertificate As SSLFTPCertificate
	Get
	Set
Visual C++
public:
property SSLFTPCertificate^ ClientCertificate {
	SSLFTPCertificate^ get ();
	void set (SSLFTPCertificate^ value);
}

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