PowerTCP FTP for .NET
CheckCertificateRevocation Property



Indicates whether the certificate revocation list is checked during authentication.
Syntax
<DefaultValueAttribute(False)>
Public Property CheckCertificateRevocation As Boolean
Dim instance As Security
Dim value As Boolean
 
instance.CheckCertificateRevocation = value
 
value = instance.CheckCertificateRevocation
[DefaultValue(false)]
public bool CheckCertificateRevocation {get; set;}
[DefaultValue(false)]
public:
property bool CheckCertificateRevocation {
   bool get();
   void set (    bool value);
}
See Also

Reference

Security Class
Security Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic