BaseSelectApplicationCommand Constructor
BaseSelectApplicationCommand(byte[])
Initializes a new instance of the Select
C#
protected BaseSelectApplicationCommand(byte[] applicationId)
Parameters
Type | Name | Description |
---|---|---|
byte[] | applicationId | The byte representation of an application identifier. |
BaseSelectApplicationCommand(YubiKeyApplication)
Initializes a new instance of the Select
C#
protected BaseSelectApplicationCommand(YubiKeyApplication yubiKeyApplication)
Parameters
Type | Name | Description |
---|---|---|
Yubi |
yubiKeyApplication | The YubiKey application. |