Method FromRawBytes
FromRawBytes(ReadOnlySpan<byte>)
A raw 256-bit key. The recommended mobile path: store the bytes in platform secure storage.
public static SqliteKey FromRawBytes(ReadOnlySpan<byte> key)
Parameters
keyReadOnlySpan<byte>
A raw 256-bit key. The recommended mobile path: store the bytes in platform secure storage.
public static SqliteKey FromRawBytes(ReadOnlySpan<byte> key)
key ReadOnlySpan<byte>