Show / Hide Table of Contents

BioEnrollSetFriendlyNameCommand Constructor

BioEnrollSetFriendlyNameCommand()

C#
public BioEnrollSetFriendlyNameCommand()

BioEnrollSetFriendlyNameCommand(ReadOnlyMemory<byte>, string, ReadOnlyMemory<byte>, PinUvAuthProtocolBase)

Constructs an instance of the BioEnrollSetFriendlyNameCommand class.

C#
public BioEnrollSetFriendlyNameCommand(ReadOnlyMemory<byte> templateId, string friendlyName, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)

Parameters

Type Name Description
ReadOnlyMemory<byte> templateId

The ID of the fingerprint template for which the friendly name is being set.

string friendlyName

The name that will be associated with the template.

ReadOnlyMemory<byte> pinUvAuthToken

The PIN/UV Auth Token built from the PIN. This is the encrypted token key.

PinUvAuthProtocolBase authProtocol

The Auth Protocol used to build the Auth Token.

In this article
Back to top Generated by DocFX