BioEnrollRemoveCommand Constructor
BioEnrollRemoveCommand()
C#
public BioEnrollRemoveCommand()
BioEnrollRemoveCommand(ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, PinUvAuthProtocolBase)
Constructs an instance of the BioEnrollEnumerateCommand class.
C#
public BioEnrollRemoveCommand(ReadOnlyMemory<byte> templateId, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlyMemory<System.Byte> | templateId | The ID of the template to remove. |
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. |