SelectNdefDataCommand Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllSelects the file containing the YubiKey's NDEF data. This must be sent prior to sending the ReadNdefDataCommand command. Note that this command only works over NFC.
C#
public class SelectNdefDataCommand : Object, IYubiKeyCommand<OtpResponse>
Inheritance
System.Object
SelectNdefDataCommand
Implements
Constructors
Name | Description |
---|---|
SelectNdefDataCommand() | Initializes a new instance of the SelectNdefDataCommand class. |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication to which this command belongs. |
FileID | Indicates which file should be selected when this command is issued. Defaults to Ndef. |
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. |