Table of Contents

Class SecurityStateExplanation

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

SecurityStateExplanation

public sealed class SecurityStateExplanation
Inheritance
SecurityStateExplanation
Inherited Members

Properties

Certificate

certificate

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

Property Value

string[]

Description

description

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

Property Value

string

MixedContentType

mixedContentType

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

Property Value

MixedContentType

Recommendations

recommendations

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

Property Value

string[]

SecurityState

securityState

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

Property Value

SecurityState

Summary

summary

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

Property Value

string

Title

title

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

Property Value

string