Click or drag to resize

CefSharp.DevTools.Security Namespace

Version 102.0.100

[Missing <summary> documentation for "N:CefSharp.DevTools.Security"]

Classes
  ClassDescription
Public classCertificateErrorEventArgs
There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the `handleCertificateError` command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.
Public classCertificateSecurityState
Details about the security state of the page certificate.
Public classInsecureContentStatus
Information about insecure content on the page.
Public classSafetyTipInfo
SafetyTipInfo
Public classSecurityClient
Security
Public classSecurityStateChangedEventArgs
The security state of the page changed. No longer being sent.
Public classSecurityStateExplanation
An explanation of an factor contributing to the security state.
Public classVisibleSecurityState
Security state information about the page.
Public classVisibleSecurityStateChangedEventArgs
The security state of the page changed.
Enumerations
  EnumerationDescription
Public enumerationCertificateErrorAction
The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.
Public enumerationMixedContentType
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories
Public enumerationSafetyTipStatus
SafetyTipStatus
Public enumerationSecurityState
The security level of a page or resource.