Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceTwinInfoX509Thumbprint

Package version

interface

An interface representing DeviceTwinInfoX509Thumbprint. 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
member

{string} [primaryThumbprint] Primary thumbprint for the x509 certificate.

Optional secondaryThumbprint

secondaryThumbprint: undefined | string
member

{string} [secondaryThumbprint] Secondary thumbprint for the x509 certificate.

Generated using TypeDoc