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
primary |
Primary thumbprint for the x509 certificate. |
secondary |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript