Show / Hide Table of Contents

ApplicationVersion Class

Namespace: Yubico.YubiKey.YubiHsmAuth Assembly: Yubico.YubiKey.dll

The version of the YubiHSM Auth application represented as major, minor, and patch values.

C#
public class ApplicationVersion : FirmwareVersion
Inheritance object FirmwareVersion ApplicationVersion

Remarks

Use GetApplicationVersionCommand and GetApplicationVersionResponse to retrieve the value from the YubiHSM Auth application.

Constructors

Name Description
ApplicationVersion()

Constructs an object with default values. Use this constructor if you prefer to use an object initializer.

ApplicationVersion(byte, byte, byte)

Constructs an object with the provided values.

In this article
Back to top Generated by DocFX