Freigeben über


CertificateContentType type

Definiert Werte für contentType. Mögliche Werte: "application/x-pem-file", "application/x-pkcs12"

type CertificateContentType =
  | "application/x-pem-file"
  | "application/x-pkcs12"
  | undefined