Represents subcommand-specific parameters for CTAP2 authenticatorConfig
command.
More...
|
bool? | ForceChangePin [get, set] |
| The authenticator returns CTAP2_ERR_PIN_POLICY_VIOLATION until changePIN is successful.
|
|
List< string >? | MinPinLengthRPIDs = default! [get, set] |
| RP IDs which are allowed to get this information via the minPinLength extension. Optional parameter (CTAP2 key: 0x02). This parameter MUST NOT be used unless the minPinLength extension is supported.
|
|
uint? | NewMinPINLength [get, set] |
| New minimum PIN length in Unicode code points. Optional parameter (CTAP2 key: 0x01).
|
|
Represents subcommand-specific parameters for CTAP2 authenticatorConfig
command.
◆ ForceChangePin
bool? CrescendoDLL.PCSC.FIDODataStructures.ConfigSubCommandParams.ForceChangePin |
|
getset |
The authenticator returns CTAP2_ERR_PIN_POLICY_VIOLATION
until changePIN is successful.
◆ MinPinLengthRPIDs
List<string>? CrescendoDLL.PCSC.FIDODataStructures.ConfigSubCommandParams.MinPinLengthRPIDs = default! |
|
getset |
RP IDs which are allowed to get this information via the minPinLength
extension. Optional parameter (CTAP2 key: 0x02). This parameter MUST NOT be used unless the minPinLength extension is supported.
◆ NewMinPINLength
uint? CrescendoDLL.PCSC.FIDODataStructures.ConfigSubCommandParams.NewMinPINLength |
|
getset |
New minimum PIN length in Unicode code points. Optional parameter (CTAP2 key: 0x01).