Crescendo SDK
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.ConfigSubCommandParams Class Reference

Represents subcommand-specific parameters for CTAP2 authenticatorConfig command. More...

Properties

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).
 

Detailed Description

Represents subcommand-specific parameters for CTAP2 authenticatorConfig command.

Property Documentation

◆ 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).