Table of Contents

Class SecurityStateChangedEventArgs

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

SecurityStateChanged

public sealed class SecurityStateChangedEventArgs : EventArgs
Inheritance
SecurityStateChangedEventArgs
Inherited Members

Properties

Explanations

Gets or sets the explanations

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

Property Value

SecurityStateExplanation[]

InsecureContentStatus

Gets or sets the insecureContentStatus

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

Property Value

InsecureContentStatus

SchemeIsCryptographic

Gets or sets the schemeIsCryptographic

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

Property Value

bool

SecurityState

Gets or sets the securityState

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

Property Value

SecurityState

Summary

Gets or sets the summary

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

Property Value

string