次の方法で共有


CertificateImportParameters.Base64EncodedCertificate プロパティ

定義

インポートする証明書オブジェクトの base64 エンコード表現を取得または設定します。 この証明書には秘密キーが含まれている必要があります。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象