ApplicationVersion Class
Namespace: Yubico.YubiKey.YubiHsmAuth Assembly: Yubico.YubiKey.dllThe version of the YubiHSM Auth application represented as major, minor, and patch values.
C#
public class ApplicationVersion : FirmwareVersion
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. |