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.NET]
Public Shared Function CertThumb ( _
	certFile As String, _
	hashAlg As HashAlgorithm _
) As String

Parameters

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

Return Value

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-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.