Table of Contents

Class SecurityStateExplanation

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

An explanation of an factor contributing to the security state.

public sealed class SecurityStateExplanation
Inheritance
SecurityStateExplanation
Inherited Members

Properties

Certificate

Page certificate.

[JsonPropertyName("certificate")]
public string[] Certificate { get; set; }

Property Value

string[]

Description

Full text explanation of the factor.

[JsonPropertyName("description")]
public string Description { get; set; }

Property Value

string

MixedContentType

The type of mixed content described by the explanation.

[JsonPropertyName("mixedContentType")]
public MixedContentType MixedContentType { get; set; }

Property Value

MixedContentType

Recommendations

Recommendations to fix any issues.

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

Property Value

string[]

SecurityState

Security state representing the severity of the factor being explained.

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

Property Value

SecurityState

Summary

Short phrase describing the type of factor.

[JsonPropertyName("summary")]
public string Summary { get; set; }

Property Value

string

Title

Title describing the type of factor.

[JsonPropertyName("title")]
public string Title { get; set; }

Property Value

string