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

◆ MinPinLengthRPIDs

◆ NewMinPINLength