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 |
---|---|---|
System.ReadOnlyMemory<System.Byte> | templateId | The ID of the fingerprint template for which the friendly name is being set. |
System.String | friendlyName | The name that will be associated with the template. |
System.ReadOnlyMemory<System.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. |