Class GetCredentialCommandSettings
GetCredential
public sealed class GetCredentialCommandSettings : ICommand
- Inheritance
-
GetCredentialCommandSettings
- 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
CredentialId
Gets or sets the credentialId
[JsonPropertyName("credentialId")]
public string CredentialId { get; set; }