Data Property
Data
The data that will be put onto the YubiKey.
C#
public ReadOnlyMemory<byte> Data { get; set; }
Property Value
Type | Description |
---|---|
System.ReadOnlyMemory<System.Byte> |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | The data supplied is not encoded |