GetBytes Method
GetBytes()
Gets the bytes representing the public key coordinates.
C#
public ReadOnlyMemory<byte> GetBytes()
Returns
ReadOnlyMemory<byte>
A System.ReadOnlyMemory<T> containing the public key bytes with the format 0x04 || X || Y.