VendorPrototypeConfigCommands Property
VendorPrototypeConfigCommands
A list of vendor command IDs. If this is not null, then the YubiKey chosen supports the vendor prototype subcommand of Authenticator Config. If so, the list, which can be empty, will contain the valid vendor IDs that can be used in that subcommand. If this is null, the YubiKey chosen does not support the feature.
C#
public IReadOnlyList<long> VendorPrototypeConfigCommands { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.Int64> |
Remarks
Note that the standard defines a vendor ID as a 64-bit unsigned integer. These numbers are to be random values.