Show / Hide Table of Contents

TemplateStorageVersion Class

Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dll

Reports 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
Inheritance object FirmwareVersion TemplateStorageVersion

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.

In this article
Back to top Generated by DocFX