Show / Hide Table of Contents

BioEnrollBeginCommand Constructor

BioEnrollBeginCommand(int?, ReadOnlyMemory<byte>, PinUvAuthProtocolBase)

Constructs a new instance of BioEnrollBeginCommand.

C#
public BioEnrollBeginCommand(int? timeoutMilliseconds, ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)

Parameters

Type Name Description
int? timeoutMilliseconds

The timeout the caller would like the YubiKey to enforce. This is optional and can be null.

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