| CertificateErrorAction Enumeration | 
Version 90.6.50 
            The action to take when a certificate error occurs. continue will continue processing the
            request and cancel will cancel the request.
            
 
    Namespace: 
   CefSharp.DevTools.Security
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic enum CertificateErrorAction
public enum class CertificateErrorAction
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Continue | 0 | continue | 
|  | Cancel | 1 | cancel | 
 See Also
See Also