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

SSLFTPClientServerValidation Property

Controls the way in which server certificates are validated.

Definition

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

Property Value

SecureFTPServerValidationType

Remarks

When an SSL/TLS connection is being negotiated, the FTP server will present an SSL certificate to the client. SecureFTPServerValidationTypes are used to control what the client does with this certificate. The default is Automatic. If ServerValidation is Callback then ValidatingServer must be handled.

See Also