SubCommand Property
SubCommand
The Config subcommand to issue to the YubiKey.
C#
public int SubCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
This is a mandatory parameter, and must be one of the following values:
- enableEnterpriseAttestation (0x01)
- toggleAlwaysUv (0x02)
- setMinPINLength (0x03)
- vendorPrototype (0xFF)
Alternatively - you can use one of the command classes exposed by the SDK that represents the subcommand itself. Such a method is recommended as these command classes will only expose the parameters that are relevant to that subcommand.