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
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. |