GetPinUvAuthTokenUsingPinCommand Class
Namespace: Yubico.YubiGets a new PIN/UV Auth token using the subcommand
getPinUvAuthTokenUsingPinWithPermissions
.
C#
public class GetPinUvAuthTokenUsingPinCommand : IYubiKeyCommand<GetPinUvAuthTokenResponse>
Inheritance
object
GetPinUvAuthTokenUsingPinCommand
Implements
Remarks
Note that a YubiKey might not support this command. Sections 6.5.5.7.2,
6.5.5.7.3, and 6.4 in the FIDO2 standard describe the prerequisites for
supporting this command. A program can determine if a YubiKey supports
this command by getting device info (GetOptions
supported.
Constructors
Name | Description |
---|---|
GetPinUvAuthTokenUsingPinCommand(PinUvAuthProtocolBase, ReadOnlyMemory<byte>, PinUvAuthTokenPermissions, string?) | Constructs a new instance of
Get |
Properties
Name | Description |
---|---|
Application | Gets the Yubi |
Methods
Name | Description |
---|---|
Create |
Creates a well-formed CommandApdu to send to the YubiKey. |
Create |
Creates the corresponding IYubiKeyResponse implementation for the current command. |