共用方式為


CertificateProperties.Certificate Property

Definition

Gets or sets base-64 representation of X509 certificate .cer file or just .pem file content.

[Newtonsoft.Json.JsonProperty(PropertyName="certificate")]
public byte[] Certificate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificate")>]
member this.Certificate : byte[] with get, set
Public Property Certificate As Byte()

Property Value

Byte[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to