Class AddCredentialCommandSettings
AddCredential
public sealed class AddCredentialCommandSettings : ICommand- Inheritance
- 
      
      AddCredentialCommandSettings
- Implements
- Inherited Members
Properties
AuthenticatorId
Gets or sets the authenticatorId
[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Credential
Gets or sets the credential
[JsonPropertyName("credential")]
public Credential Credential { get; set; }