共用方式為


CertificateFormat 列舉

定義

定義 CertificateFormat 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CertificateFormat
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CertificateFormat = 
Public Enum CertificateFormat
繼承
CertificateFormat
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

Cer 1

憑證是 base64 編碼的 X.509 憑證。

Pfx 0

憑證是 PFX (PKCS#12) 格式化的憑證或憑證鏈結。

適用於