Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX