BioEnrollNextSampleCommand Constructor
BioEnrollNextSampleCommand(ReadOnlyMemory<Byte>, Nullable<Int32>, ReadOnlyMemory<Byte>, PinUvAuthProtocolBase)
Constructs a new instance of BioEnrollNextSampleCommand.
C#
public BioEnrollNextSampleCommand(ReadOnlyMemory<byte> templateId, Nullable<int> timeoutMilliseconds, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlyMemory<System.Byte> | templateId | The templateID returned by the YubiKey upon completion of the BioEnrollBeginCommand. |
System.Nullable<System.Int32> | timeoutMilliseconds | The timeout the caller would like the YubiKey to enforce. This is optional and can be null. |
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. |