PublicPoint Property
PublicPoint
Gets the bytes representing the public key coordinates.
C#
public ReadOnlyMemory<byte> PublicPoint { get; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<byte> | A System.ReadOnlyMemory<T> containing the public key bytes with the format 0x04 || X || Y. |