Table of Contents

Class SecurityStateChangedEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.Security
Assembly
Selenium.WebDriver.dll

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

public sealed class SecurityStateChangedEventArgs : EventArgs
Inheritance
SecurityStateChangedEventArgs
Inherited Members

Properties

Explanations

Previously a list of explanations for the security state. Now always empty.

[JsonPropertyName("explanations")]
public SecurityStateExplanation[] Explanations { get; set; }

Property Value

SecurityStateExplanation[]

InsecureContentStatus

Information about insecure content on the page.

[JsonPropertyName("insecureContentStatus")]
public InsecureContentStatus InsecureContentStatus { get; set; }

Property Value

InsecureContentStatus

SchemeIsCryptographic

True if the page was loaded over cryptographic transport such as HTTPS.

[JsonPropertyName("schemeIsCryptographic")]
public bool SchemeIsCryptographic { get; set; }

Property Value

bool

SecurityState

Security state.

[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }

Property Value

SecurityState

Summary

Overrides user-visible description of the state. Always omitted.

[JsonPropertyName("summary")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Summary { get; set; }

Property Value

string