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