PowerTCP Mail for .NET
CheckCertificateRevocation Property




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

Reference

Security Class
Security Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic