Show / Hide Table of Contents

BaseSelectApplicationCommand Constructor

BaseSelectApplicationCommand(byte[])

Initializes a new instance of the SelectApplicationCommand class.

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 SelectApplicationCommand class.

C#
protected BaseSelectApplicationCommand(YubiKeyApplication yubiKeyApplication)

Parameters

Type Name Description
YubiKeyApplication yubiKeyApplication

The YubiKey application. YubiKeyApplication.InterIndustry is not a valid option.

In this article
Back to top Generated by DocFX