SecureFTPConnectionClientCertificate Property
[FTPS Only] The certificate to be presented to the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public SSLFTPCertificate ClientCertificate { get; set; }
Public Property ClientCertificate As SSLFTPCertificate
Get
Set
public:
property SSLFTPCertificate^ ClientCertificate {
SSLFTPCertificate^ get ();
void set (SSLFTPCertificate^ value);
}
member ClientCertificate : SSLFTPCertificate with get, set
Property Value
SSLFTPCertificate
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.