PrivateKey Property
PrivateKey
Gets the bytes representing the private scalar value.
C#
public ReadOnlyMemory<byte> PrivateKey { get; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<byte> | A System.ReadOnlyMemory<T> containing the private scalar value. |