Table of Contents

Class InsecureContentStatus

Namespace
Selenium.WebDriver.BiDi.Cdp.Security
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Information about insecure content on the page.

[Obsolete]
public sealed record InsecureContentStatus : IEquatable<InsecureContentStatus>
Inheritance
InsecureContentStatus
Implements
Inherited Members

Constructors

InsecureContentStatus(bool, bool, bool, bool, bool, SecurityState, SecurityState)

Information about insecure content on the page.

public InsecureContentStatus(bool RanMixedContent, bool DisplayedMixedContent, bool ContainedMixedForm, bool RanContentWithCertErrors, bool DisplayedContentWithCertErrors, SecurityState RanInsecureContentStyle, SecurityState DisplayedInsecureContentStyle)

Parameters

RanMixedContent bool

Always false.

DisplayedMixedContent bool

Always false.

ContainedMixedForm bool

Always false.

RanContentWithCertErrors bool

Always false.

DisplayedContentWithCertErrors bool

Always false.

RanInsecureContentStyle SecurityState

Always set to unknown.

DisplayedInsecureContentStyle SecurityState

Always set to unknown.

Properties

ContainedMixedForm

Always false.

public bool ContainedMixedForm { get; init; }

Property Value

bool

DisplayedContentWithCertErrors

Always false.

public bool DisplayedContentWithCertErrors { get; init; }

Property Value

bool

DisplayedInsecureContentStyle

Always set to unknown.

public SecurityState DisplayedInsecureContentStyle { get; init; }

Property Value

SecurityState

DisplayedMixedContent

Always false.

public bool DisplayedMixedContent { get; init; }

Property Value

bool

RanContentWithCertErrors

Always false.

public bool RanContentWithCertErrors { get; init; }

Property Value

bool

RanInsecureContentStyle

Always set to unknown.

public SecurityState RanInsecureContentStyle { get; init; }

Property Value

SecurityState

RanMixedContent

Always false.

public bool RanMixedContent { get; init; }

Property Value

bool