Certificate.Pem Property

Definition

Gets or sets PEM formatted public key.

[Newtonsoft.Json.JsonProperty(PropertyName="pem")]
public string Pem { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pem")>]
member this.Pem : string with get, set
Public Property Pem As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to