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, IComparable<FirmwareVersion>, IComparable, IEquatable<FirmwareVersion>
Implements
System.IComparable<FirmwareVersion>
System.IComparable
System.IEquatable<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. |