Click or drag to resize

CertificateErrorAction Enumeration

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public enum CertificateErrorAction
Members
  Member nameValueDescription
Continue0 continue
Cancel1 cancel
See Also