Share via


SigningKey.PublicKey Property

Definition

Gets the public key, represented as a Base64 encoding.

[Newtonsoft.Json.JsonProperty(PropertyName="publicKey")]
public string PublicKey { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="publicKey")>]
member this.PublicKey : string
Public ReadOnly Property PublicKey As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to