Click or drag to resize

X509CertThumb Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntax
public static string CertThumb(
	string certFile,
	HashAlgorithm hashAlg
)

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