Class SecurityStateChangedEventArgs
SecurityStateChanged
public sealed class SecurityStateChangedEventArgs : EventArgs
- Inheritance
-
SecurityStateChangedEventArgs
- Inherited Members
Properties
Explanations
Gets or sets the explanations
[JsonPropertyName("explanations")]
public SecurityStateExplanation[] Explanations { get; set; }
Property Value
InsecureContentStatus
Gets or sets the insecureContentStatus
[JsonPropertyName("insecureContentStatus")]
public InsecureContentStatus InsecureContentStatus { get; set; }
Property Value
SchemeIsCryptographic
Gets or sets the schemeIsCryptographic
[JsonPropertyName("schemeIsCryptographic")]
public bool SchemeIsCryptographic { get; set; }
Property Value
SecurityState
Gets or sets the securityState
[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }
Property Value
Summary
Gets or sets the summary
[JsonPropertyName("summary")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Summary { get; set; }