共用方式為


CertificateAddParameter.Data Property

Definition

Gets or sets the base64-encoded contents of the Certificate. The maximum size is 10KB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to