GetPinTokenCommand Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllGets a new PIN token.
C#
public class GetPinTokenCommand : Object, IYubiKeyCommand<GetPinUvAuthTokenResponse>
Inheritance
System.Object
GetPinTokenCommand
Implements
Constructors
Name | Description |
---|---|
GetPinTokenCommand(PinUvAuthProtocolBase, ReadOnlyMemory<Byte>) | Constructs a new instance of GetPinTokenCommand. |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) to which this command applies. |
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. |