Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceTwinInfoX509Thumbprint

Package version

The thumbprint is a unique value for the x509 certificate, commonly used to find a particular certificate in a certificate store. The thumbprint is dynamically generated using the SHA1 algorithm, and does not physically exist in the certificate.

Hierarchy

  • DeviceTwinInfoX509Thumbprint

Index

Properties

Optional primaryThumbprint

primaryThumbprint: undefined | string

Primary thumbprint for the x509 certificate.

Optional secondaryThumbprint

secondaryThumbprint: undefined | string

Secondary thumbprint for the x509 certificate.

Generated using TypeDoc