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