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 |
---|---|---|
System.ReadOnlyMemory<System.Byte> | templateId | The ID used by the YubiKey to determine which template to use. |
System.String | friendlyName | A name to make it easier to select an appropriate template. |