• Home
  • User's Manual
  • YubiKey API docs
  • Core API docs
  • YubiKey API docs
Show / Hide Table of Contents

VerifyPinCommand Class

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

Verifies a user-supplied PIN.

C#
public sealed class VerifyPinCommand : IYubiKeyCommand<VerifyPinResponse>
Inheritance object VerifyPinCommand
Implements
IYubiKeyCommand<VerifyPinResponse>

Remarks

Some U2F documentation may describe this as "unlocking" the U2F application.

Constructors

Name Description
VerifyPinCommand(ReadOnlyMemory<byte>)

Constructs an instance of the VerifyPinCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication to which this command belongs.

Pin

The PIN needed to perform U2F operations on a FIPS YubiKey.

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
  • Remarks
    • Constructors
    • Properties
    • Methods
Back to top Generated by DocFX