AddBytes(string, ReadOnlySpan<byte>)
abstract
public abstract void AddBytes(string key, ReadOnlySpan<byte> value) Adds a sequence of bytes to the dehydration context, associating the sequence with the provided key.
Parameters
keystring- The key.
valueReadOnlySpan<byte>- The value.
