TemplateStorageVersion Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllReports the version number of the Template Storage. This is a secure element that stores fingerprints. It is a chip separate from the primary processing chip which also has a secure element.
C#
public class TemplateStorageVersion : FirmwareVersion, IComparable<FirmwareVersion>, IComparable, IEquatable<FirmwareVersion>
Implements
System.IComparable<FirmwareVersion>
System.IComparable
System.IEquatable<FirmwareVersion>
Constructors
Name | Description |
---|---|
TemplateStorageVersion() | Creates an instance of TemplateStorageVersion with a version of 0.0.0. |
TemplateStorageVersion(Byte, Byte, Byte) | Creates an instance of TemplateStorageVersion with a version of major.minor.patch. The minor and patch args have default values of 0. |