X509CertGetThumbprint (FUN)ΒΆ
FUNCTION X509CertGetThumbprint : RTS_IEC_RESULT
Generate the certificate thumbprint. The thumbprint will be just the plain bytes of the hash. The thumprint can be used to identify certificates of the local store. The thumprint may not be globally unique.
- InOut:
Scope
Name
Type
Comment
Return
X509CertGetThumbprintRTS_IEC_RESULTResult of the operation.
Input
hCertRTS_IEC_HANDLEHandle of the certificate of intrest.
hashAlgorithmPOINTER TO RtsCryptoID
The hashing algorithmen used to generate the thumbprint.
pThumprintPOINTER TO RtsByteString
Buffer to store the thumbprint. If bytestring is NULL memory ia allocated.