SigGetHashAlgFromSigAlg Method |
Get the hash algorithm used in the signature algorithm.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.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