VerifyPinCommand Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllVerifies a user-supplied PIN.
C#
public sealed class VerifyPinCommand : Object, IYubiKeyCommand<VerifyPinResponse>
Inheritance
System.Object
VerifyPinCommand
Implements
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. |