 | ServerCertificateValidateEventArgsIsValid Property |
Set this field to indicate validness of server's certificate.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
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
Boolean
See Also