Table of Contents

Class GenericSelectApplicationData

Namespace
Yubico.YubiKey.InterIndustry.Commands
Assembly
Yubico.YubiKey.dll

Selecting a YubiKey application will always result in data being returned. This type represents the return data if a more specific, structured type is not available. If a specific application has a specific data need, such as OATH, it will have its own data type which parses this data.

public class GenericSelectApplicationData : ISelectApplicationData
Inheritance
object
GenericSelectApplicationData
Implements

Constructors

GenericSelectApplicationData(ReadOnlyMemory<byte>)

Constructs an instance of the GenericSelectApplicationData class.

public GenericSelectApplicationData(ReadOnlyMemory<byte> rawData)

Parameters

rawData ReadOnlyMemory<byte>

Properties

RawData

public ReadOnlyMemory<byte> RawData { get; }

Property Value

ReadOnlyMemory<byte>