edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Validation status of the SSL/TLS certificate.

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

Syntax

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

Remarks

This property may be used to aid in evaluating whether or not the certificate should be accepted. A value of ValidCertificate indicates that the system is recommending that the server should be validated; other values indicate that it should not.

See Also