Click or drag to resize

SigGetHashAlgFromSigAlg Method

Get the hash algorithm used in the signature algorithm.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static HashAlgorithm GetHashAlgFromSigAlg(
	SigAlgorithm sigAlg
)

Parameters

sigAlg  SigAlgorithm
Signature algorithm

Return Value

HashAlgorithm
Hash algorithm used in sigAlg
See Also