Show / Hide Table of Contents

TemplateInfo Constructor

TemplateInfo(ReadOnlyMemory<byte>, string)

Build a new instance of TemplateInfo from the given templateId and friendlyName. This will copy a reference to the templateId.

C#
public TemplateInfo(ReadOnlyMemory<byte> templateId, string friendlyName)

Parameters

Type Name Description
ReadOnlyMemory<byte> templateId

The ID used by the YubiKey to determine which template to use.

string friendlyName

A name to make it easier to select an appropriate template.

In this article
Back to top Generated by DocFX