Table of Contents

Interface ISelectApplicationData

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 interface ISelectApplicationData

Properties

RawData

ReadOnlyMemory<byte> RawData { get; }

Property Value

ReadOnlyMemory<byte>