共用方式為


CertificateImportParameters.Base64EncodedCertificate Property

Definition

Gets or sets base64 encoded representation of the certificate object to import. This certificate needs to contain the private key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to