Show / Hide Table of Contents

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
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

In this article
Back to top Generated by DocFX