Show / Hide Table of Contents

Data Property

Data

The data that will be put onto the YubiKey.

C#
public ReadOnlyMemory<byte> Data { get; set; }

Property Value

Type Description
ReadOnlyMemory<byte>

Exceptions

Type Condition
ArgumentException

The data supplied is not encoded 53 length data.

In this article
Back to top Generated by DocFX