Class HandleCertificateErrorCommandSettings
HandleCertificateError
public sealed class HandleCertificateErrorCommandSettings : ICommand- Inheritance
- 
      
      HandleCertificateErrorCommandSettings
- Implements
- Inherited Members
Properties
Action
Gets or sets the action
[JsonPropertyName("action")]
public CertificateErrorAction Action { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
EventId
Gets or sets the eventId
[JsonPropertyName("eventId")]
public long EventId { get; set; }