Certificate.PublicData Property

Definition

Gets the public key of the certificate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to