 | ServerCertificateValidateEventArgsIsValid Property |
Set this field to indicate validness of server's certificate.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntaxpublic bool IsValid { get; set; }
Public Property IsValid As Boolean
Get
Set
public:
property bool IsValid {
bool get ();
void set (bool value);
}
member IsValid : bool with get, set
Property Value
Type:
Boolean
See Also