SigGetHashAlgFromSigAlg Method |
Get the hash algorithm used in the signature algorithm.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.2.0.37107 (23.2.0.0)
Syntaxpublic static HashAlgorithm GetHashAlgFromSigAlg(
SigAlgorithm sigAlg
)
Public Shared Function GetHashAlgFromSigAlg (
sigAlg As SigAlgorithm
) As HashAlgorithm
Parameters
- sigAlg SigAlgorithm
- Signature algorithm
Return Value
HashAlgorithmHash algorithm used in sigAlg
See Also