Class AddVirtualAuthenticatorCommandSettings
AddVirtualAuthenticator
public sealed class AddVirtualAuthenticatorCommandSettings : ICommand- Inheritance
- 
      
      AddVirtualAuthenticatorCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Options
Gets or sets the options
[JsonPropertyName("options")]
public VirtualAuthenticatorOptions Options { get; set; }