다음을 통해 공유


CertificateContentType type

contentType에 대한 값을 정의합니다. 가능한 값은 'application/x-pem-file', 'application/x-pkcs12'입니다.

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