Class InsecureContentStatus
InsecureContentStatus
public sealed class InsecureContentStatus
- Inheritance
-
InsecureContentStatus
- Inherited Members
Properties
ContainedMixedForm
containedMixedForm
[JsonPropertyName("containedMixedForm")]
public bool ContainedMixedForm { get; set; }
Property Value
DisplayedContentWithCertErrors
displayedContentWithCertErrors
[JsonPropertyName("displayedContentWithCertErrors")]
public bool DisplayedContentWithCertErrors { get; set; }
Property Value
DisplayedInsecureContentStyle
displayedInsecureContentStyle
[JsonPropertyName("displayedInsecureContentStyle")]
public SecurityState DisplayedInsecureContentStyle { get; set; }
Property Value
DisplayedMixedContent
displayedMixedContent
[JsonPropertyName("displayedMixedContent")]
public bool DisplayedMixedContent { get; set; }
Property Value
RanContentWithCertErrors
ranContentWithCertErrors
[JsonPropertyName("ranContentWithCertErrors")]
public bool RanContentWithCertErrors { get; set; }
Property Value
RanInsecureContentStyle
ranInsecureContentStyle
[JsonPropertyName("ranInsecureContentStyle")]
public SecurityState RanInsecureContentStyle { get; set; }
Property Value
RanMixedContent
ranMixedContent
[JsonPropertyName("ranMixedContent")]
public bool RanMixedContent { get; set; }