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 |