Table of Contents

Class ApplicationVersion

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

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

public class ApplicationVersion : FirmwareVersion
Inheritance
object
ApplicationVersion
Inherited Members

Remarks

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

Constructors

ApplicationVersion()

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

public ApplicationVersion()

ApplicationVersion(byte, byte, byte)

Constructs an object with the provided values.

public ApplicationVersion(byte major, byte minor, byte patch)

Parameters

major byte

The major version of the application.

minor byte

The minor version of the application.

patch byte

The patch version of the application.