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. |