Class SecurityStateChangedEventArgs
The security state of the page changed. No longer being sent.
public sealed class SecurityStateChangedEventArgs : EventArgs
- Inheritance
-
SecurityStateChangedEventArgs
- Inherited Members
Properties
Explanations
Previously a list of explanations for the security state. Now always empty.
[JsonPropertyName("explanations")]
public SecurityStateExplanation[] Explanations { get; set; }
Property Value
InsecureContentStatus
Information about insecure content on the page.
[JsonPropertyName("insecureContentStatus")]
public InsecureContentStatus InsecureContentStatus { get; set; }
Property Value
SchemeIsCryptographic
True if the page was loaded over cryptographic transport such as HTTPS.
[JsonPropertyName("schemeIsCryptographic")]
public bool SchemeIsCryptographic { get; set; }
Property Value
SecurityState
Security state.
[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }
Property Value
Summary
Overrides user-visible description of the state. Always omitted.
[JsonPropertyName("summary")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Summary { get; set; }