Method GetHashAlgotithm
GetHashAlgotithm(string)
Gets the specified hash algorithm.
public static HashAlgorithm GetHashAlgotithm(string hashAlgorithmName)
Parameters
hashAlgorithmName
stringThe name of the hash algorithm.
Returns
- HashAlgorithm
The hash algorithm instance.