CryptoSys PKI Pro Manual

X509.CertThumb Method

Calculate the thumbprint (message digest hash) of an X.509 certificate.

Syntax

[C#]
public static string CertThumb(
   string certFile,
   HashAlgorithm hashAlg 
)
[VB]
Public Shared Function CertThumb (
   certFile As String,
   hashAlg As HashAlgorithm 
) As String

Parameters

certFile  String
Filename of certificate file (or its base64 representation)
hashAlg  HashAlgorithm
HashAlgorithm

Return Value

String
String containing the message digest in hexadecimal format

See Also

VB6/C equivalent: X509_CertThumb

[Contents] [Index]

[PREV: X509.CertSubjectName Method...]   [Contents]   [Index]   
   [NEXT: X509.CheckCertInCRL Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.