Show / Hide Table of Contents

Data Property

Data

The data to send to the YubiKey.

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

Property Value

Type Description
ReadOnlyMemory<byte>

Remarks

Behavior for Data larger than 1024 bytes is undefined.

In this article
Back to top Generated by DocFX