Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateBaseProperties

Package version

interface

An interface representing CertificateBaseProperties.

Hierarchy

  • CertificateBaseProperties

Index

Properties

Optional format

member

{CertificateFormat} [format] The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'

Optional thumbprint

thumbprint: undefined | string
member

{string} [thumbprint] The thumbprint of the certificate. This must match the thumbprint from the name.

Optional thumbprintAlgorithm

thumbprintAlgorithm: undefined | string
member

{string} [thumbprintAlgorithm] The algorithm of the certificate thumbprint. This must match the first portion of the certificate name. Currently required to be 'SHA1'.

Generated using TypeDoc