SelectApplicationCommand Constructor
SelectApplicationCommand(Byte[])
Select Application using its raw application Id. This is for advanced scenarios only.
C#
public SelectApplicationCommand(byte[] applicationId)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | applicationId | ID of the Application |
SelectApplicationCommand(YubiKeyApplication)
Constructs an instance of the SelectApplicationCommand class.
C#
public SelectApplicationCommand(YubiKeyApplication yubiKeyApplication)
Parameters
Type | Name | Description |
---|---|---|
YubiKeyApplication | yubiKeyApplication | Application |