Share via


CertificateContentType type

Definierar värden för contentType. Möjliga värden är: "application/x-pem-file", "application/x-pkcs12"

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