Show / Hide Table of Contents

GenericSelectApplicationData Class

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.

C#
public class GenericSelectApplicationData : ISelectApplicationData
Inheritance object GenericSelectApplicationData
Implements
ISelectApplicationData

Constructors

Name Description
GenericSelectApplicationData(ReadOnlyMemory<byte>)

Constructs an instance of the GenericSelectApplicationData class.

Properties

Name Description
RawData
In this article
Back to top Generated by DocFX