Show / Hide Table of Contents

GetCardRecognitionData Method

GetCardRecognitionData()

Retrieves the card recognition data from the YubiKey device.

C#
public ReadOnlyMemory<byte> GetCardRecognitionData()

Returns

ReadOnlyMemory<byte>

The card recognition data as a byte array.

Remarks

The card recognition data is a TLV (Tag-Length-Value) encoded structure that contains information about the card. See GlobalPlatform Technology Card Specification v2.3.1 §H.2 Structure of Card Recognition Data for more information.

In this article
Back to top Generated by DocFX