EncodedData Property
EncodedData
Warning
This property is obsolete, use Data
instead.
The data that will be put onto the YubiKey.
C#
public ReadOnlyMemory<byte> EncodedData { get; set; }
Property Value
Type | Description |
---|---|
System.ReadOnlyMemory<System.Byte> |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | The data supplied is not valid for the specified data tag. |