Table of Contents

Namespace Selenium.WebDriver.BiDi.Cdp.Security

Classes

CertificateErrorEventArgs

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.

CertificateId

An internal certificate ID value.

CertificateSecurityState

Details about the security state of the page certificate.

DisableResult
EnableResult
HandleCertificateErrorResult
InsecureContentStatus

Information about insecure content on the page.

SafetyTipInfo
SecurityDomainEvent

Provides static event descriptors for the ISecurity.

SecurityStateChangedEventArgs

The security state of the page changed. No longer being sent.

SecurityStateExplanation

An explanation of an factor contributing to the security state.

SetIgnoreCertificateErrorsResult
SetOverrideCertificateErrorsResult
VisibleSecurityState

Security state information about the page.

VisibleSecurityStateChangedEventArgs

The security state of the page changed.

Interfaces

ISecurity

Enums

CertificateErrorAction

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

MixedContentType

A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

SafetyTipStatus
SecurityState

The security level of a page or resource.