Class InsecureContentStatus
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
RanMixedContentboolAlways false.
DisplayedMixedContentboolAlways false.
ContainedMixedFormboolAlways false.
RanContentWithCertErrorsboolAlways false.
DisplayedContentWithCertErrorsboolAlways false.
RanInsecureContentStyleSecurityStateAlways set to unknown.
DisplayedInsecureContentStyleSecurityStateAlways set to unknown.
Properties
ContainedMixedForm
Always false.
public bool ContainedMixedForm { get; init; }
Property Value
DisplayedContentWithCertErrors
Always false.
public bool DisplayedContentWithCertErrors { get; init; }
Property Value
DisplayedInsecureContentStyle
Always set to unknown.
public SecurityState DisplayedInsecureContentStyle { get; init; }
Property Value
DisplayedMixedContent
Always false.
public bool DisplayedMixedContent { get; init; }
Property Value
RanContentWithCertErrors
Always false.
public bool RanContentWithCertErrors { get; init; }
Property Value
RanInsecureContentStyle
Always set to unknown.
public SecurityState RanInsecureContentStyle { get; init; }
Property Value
RanMixedContent
Always false.
public bool RanMixedContent { get; init; }