TdxX509Certificate.Thumbprint Property
Returns a public key fingerprint as a string.
Declaration
property Thumbprint: string read;
Property Value
Type |
---|
string |
Remarks
A public key fingerprint (or thumbprint) is a short sequence of bytes that identifies a longer public key of the certificate. The SHA1 algorithm generates a unique fingerprint from the public key. Use the Thumbprint property to display the certificate’s serial number in text as a little-endian hexadecimal value or search the certificate in a certificate store.
See Also