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
-
objectApplicationVersion
- 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
byteThe major version of the application.
minor
byteThe minor version of the application.
patch
byteThe patch version of the application.