Bagikan melalui


Certificate.PublicData Property

Definition

Gets or sets the public part of the Certificate as a base-64 encoded .cer file.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to