Sdílet prostřednictvím


CertificateContentType type

Definuje hodnoty pro contentType. Mezi možné hodnoty patří: application/x-pem-file, application/x-pkcs12.

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