CertificateConfiguration.EncodedCertificate Property

Definition

Gets or sets base64 Encoded certificate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to