Class SetIgnoreCertificateErrorsCommandSettings
SetIgnoreCertificateErrors
public sealed class SetIgnoreCertificateErrorsCommandSettings : ICommand- Inheritance
- 
      
      SetIgnoreCertificateErrorsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Ignore
Gets or sets the ignore
[JsonPropertyName("ignore")]
public bool Ignore { get; set; }