Show / Hide Table of Contents

EncodedData Property

EncodedData

Warning

This property is obsolete, use Data instead.

The data that will be put onto the YubiKey.

C#
[Obsolete("This property is obsolete. Use Data instead", false)]
public ReadOnlyMemory<byte> EncodedData { get; set; }

Property Value

Type Description
ReadOnlyMemory<byte>

Exceptions

Type Condition
ArgumentException

The data supplied is not valid for the specified data tag.

In this article
Back to top Generated by DocFX