• Home
  • User's Manual
  • YubiKey API docs
  • Core API docs
  • YubiKey API docs
Show / Hide Table of Contents

Application Property

Application

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

C#
public YubiKeyApplication Application { get; }

Property Value

Type Description
YubiKeyApplication

YubiKeyApplication.Otp, YubiKeyApplication.Piv, etc.

Implements

IYubiKeyCommand<TResponse>.Application
In this article
Back to top Generated by DocFX