Namespace Yubico.YubiKey.U2f.Commands
Classes
- AuthenticateCommand
Calls on the YubiKey to authenticate U2F data.
- AuthenticateResponse
The response to the U2F Authenticate command.
- EchoCommand
Sends data to the YubiKey which immediately echoes the same data back.
- EchoResponse
The response to the Echo Command.
- GetPagedDeviceInfoCommand
Gets detailed information about the YubiKey and its current configuration.
- GetPagedDeviceInfoResponse
The response to the Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommand command, containing the YubiKey's device configuration details.
- GetProtocolVersionCommand
Get the U2F protocol version implemented by the application.
- GetProtocolVersionResponse
The response containing the U2F protocol version implemented by the application.
- RegisterCommand
Creates a U2F registration on the device.
- RegisterResponse
The response to the U2F Register command.
- ResetCommand
Resets the YubiKey's U2F application back to a factory default state.
- ResetResponse
The response to the ResetCommand command, containing the response from the YubiKey.
- SetDeviceInfoCommand
Configures device-wide settings on the YubiKey.
- SetDeviceInfoResponse
The response to the U2F Set Device Info command.
- SetLegacyDeviceConfigCommand
Writes configuration settings that are supported by YubiKeys prior to firmware version 5.
- SetLegacyDeviceConfigResponse
The response to the U2F Set Legacy Device Config command.
- SetPinCommand
Sets the PIN or changes the PIN to a new value.
- SetPinResponse
The response to the SetPinCommand command, containing the response from the YubiKey.
- U2fBufferCommand
The base class for some U2F commands that use the U2fBuffer.
- U2fResponse
Base class for all U2F responses. Use this class to represent the status of a U2F command, or one of its derived classes to retrieve the full response.
- VerifyFipsModeCommand
Determines if the YubiKey is in a FIPS-approved operating mode.
- VerifyFipsModeResponse
The response to the VerifyFipsModeCommand command, containing the response from the YubiKey.
- VerifyPinCommand
Verifies a user-supplied PIN.
- VerifyPinResponse
The response to the VerifyPinCommand command, containing the response from the YubiKey.