Show / Hide Table of Contents

PublicKey Property

PublicKey

The public key data.

C#
public ReadOnlyMemory<byte> PublicKey { get; set; }

Property Value

Type Description
ReadOnlyMemory<byte>

Exceptions

Type Condition
ArgumentException

On set, the key data is not the correct length.

In this article
Back to top Generated by DocFX