BioEnrollNextSampleCommand Constructor
BioEnrollNextSampleCommand(ReadOnlyMemory<byte>, int?, ReadOnlyMemory<byte>, PinUvAuthProtocolBase)
Constructs a new instance of Bio
C#
public BioEnrollNextSampleCommand(ReadOnlyMemory<byte> templateId, int? timeoutMilliseconds, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)
Parameters
Type | Name | Description |
---|---|---|
Read |
templateId | The templateID returned by the YubiKey upon completion of the
Bio |
int? | timeoutMilliseconds | The timeout the caller would like the YubiKey to enforce. This is optional and can be null. |
Read |
pinUvAuthToken | The PIN/UV Auth Token built from the PIN. This is the encrypted token key. |
Pin |
authProtocol | The Auth Protocol used to build the Auth Token. |