Sdílet prostřednictvím


BatchAccountCertificateFormat Enum

Definition

The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.

public enum BatchAccountCertificateFormat
type BatchAccountCertificateFormat = 
Public Enum BatchAccountCertificateFormat
Inheritance
BatchAccountCertificateFormat

Fields

Cer 1

The certificate is a base64-encoded X.509 certificate.

Pfx 0

The certificate is a PFX (PKCS#12) formatted certificate or certificate chain.

Applies to