Show / Hide Table of Contents

Application Property

Application

Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) that this command applies to.

C#
public YubiKeyApplication Application { get; }

Property Value

Type Description
YubiKeyApplication

The value will always be YubiKeyApplication.InterIndustry for this command.

Implements

IYubiKeyCommand<TResponse>.Application

Remarks

This command does not apply to the OATH application. The OATH application uses GetResponseCommand.

In this article
Back to top Generated by DocFX