PublicPoint Property
PublicPoint
Gets the bytes representing the public key coordinates as a compressed point.
C#
public ReadOnlyMemory<byte> PublicPoint { get; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<byte> | A System.ReadOnlyMemory<T> containing the public key bytes. |
Remarks
The public key is represented as a byte array, which is the raw public key data.