DeviceTwinInfoX509Thumbprint interface

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.

Properties

primaryThumbprint

Primary thumbprint for the x509 certificate.

secondaryThumbprint

Secondary thumbprint for the x509 certificate.

Property Details

primaryThumbprint

Primary thumbprint for the x509 certificate.

primaryThumbprint?: string

Property Value

string

secondaryThumbprint

Secondary thumbprint for the x509 certificate.

secondaryThumbprint?: string

Property Value

string