Class SetCredentialPropertiesCommandSettings
Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties
public sealed class SetCredentialPropertiesCommandSettings : ICommand
- Inheritance
-
SetCredentialPropertiesCommandSettings
- Implements
- Inherited Members
Properties
ActiveCmtgKeyIndex
Gets or sets the activeCmtgKeyIndex
[JsonPropertyName("activeCmtgKeyIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ActiveCmtgKeyIndex { get; set; }
Property Value
- long?
AuthenticatorId
Gets or sets the authenticatorId
[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }
Property Value
BackupEligibility
Gets or sets the backupEligibility
[JsonPropertyName("backupEligibility")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BackupEligibility { get; set; }
Property Value
- bool?
BackupState
Gets or sets the backupState
[JsonPropertyName("backupState")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BackupState { get; set; }
Property Value
- bool?
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; }
Property Value
GenerateCmtgKeyOnNextOperation
Gets or sets the generateCmtgKeyOnNextOperation
[JsonPropertyName("generateCmtgKeyOnNextOperation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GenerateCmtgKeyOnNextOperation { get; set; }
Property Value
- bool?
SignCount
Must be equal to or greater than -1. If -1, the signature counter is removed from the credential, and every assertion operation will report a value of 0. See https://w3c.github.io/webauthn/#signature-counter
[JsonPropertyName("signCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SignCount { get; set; }
Property Value
- long?