Partager via


CertificateFormat Énumération

Définition

Définit des valeurs pour 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
Héritage
CertificateFormat
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

Cer 1

Le certificat est un certificat X.509 codé en base64.

Pfx 0

Le certificat est un certificat ou une chaîne de certificats au format PFX (PKCS#12).

S’applique à