Show / Hide Table of Contents

VerifyUvCommand Class

Namespace: Yubico.YubiKey.Piv.Commands Assembly: Yubico.YubiKey.dll

Authenticate with YubiKey Bio multi-protocol capabilities.

C#
public sealed class VerifyUvCommand : IYubiKeyCommand<VerifyUvResponse>
Inheritance object VerifyUvCommand
Implements
IYubiKeyCommand<VerifyUvResponse>

Remarks

The partner Response class is VerifyUvResponse.

Before calling this method, clients must verify that the authenticator is bio-capable and not blocked for biometric matching.

Constructors

Name Description
VerifyUvCommand()

Initializes a new instance of the VerifyUvCommand class.

VerifyUvCommand(bool, bool)

Initializes a new instance of the VerifyUvCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication to which this command belongs. For this command it's PIV.

CheckOnly
RequestTemporaryPin

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX