Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxX509Certificate.Thumbprint Property

Returns a public key fingerprint as a string.

#Declaration

Delphi
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