Show / Hide Table of Contents

SelectNdefDataCommand Class

Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dll

Selects 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 : IYubiKeyCommand<OtpResponse>
Inheritance object SelectNdefDataCommand
Implements
IYubiKeyCommand<OtpResponse>

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.

In this article
Back to top Generated by DocFX