Show / Hide Table of Contents

ReadNdefDataResponse Class

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

Reads the current NDEF data from the YubiKey. Note that this command only works over NFC.

C#
public class ReadNdefDataResponse : OtpResponse, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Inheritance object YubiKeyResponse OtpResponse ReadNdefDataResponse
Implements
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.

In this article
Back to top Generated by DocFX