ReadNdefDataResponse Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllReads the current NDEF data from the YubiKey. Note that this command only works over NFC.
C#
public class ReadNdefDataResponse : OtpResponse, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
ReadNdefDataResponse(ResponseApdu) | Constructs a ReadNdefDataResponse instance based on a ResponseApdu received from the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Gets the NDEF payload as a series of bytes. |