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