Table of Contents

Class InsecureContentStatus

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

InsecureContentStatus

public sealed class InsecureContentStatus
Inheritance
InsecureContentStatus
Inherited Members

Properties

ContainedMixedForm

containedMixedForm

[JsonPropertyName("containedMixedForm")]
public bool ContainedMixedForm { get; set; }

Property Value

bool

DisplayedContentWithCertErrors

displayedContentWithCertErrors

[JsonPropertyName("displayedContentWithCertErrors")]
public bool DisplayedContentWithCertErrors { get; set; }

Property Value

bool

DisplayedInsecureContentStyle

displayedInsecureContentStyle

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

Property Value

SecurityState

DisplayedMixedContent

displayedMixedContent

[JsonPropertyName("displayedMixedContent")]
public bool DisplayedMixedContent { get; set; }

Property Value

bool

RanContentWithCertErrors

ranContentWithCertErrors

[JsonPropertyName("ranContentWithCertErrors")]
public bool RanContentWithCertErrors { get; set; }

Property Value

bool

RanInsecureContentStyle

ranInsecureContentStyle

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

Property Value

SecurityState

RanMixedContent

ranMixedContent

[JsonPropertyName("ranMixedContent")]
public bool RanMixedContent { get; set; }

Property Value

bool