Table of Contents

Method GetHashAlgotithm

Namespace
Innova.Data.File
Assembly
Innova.Data.dll

GetHashAlgotithm(string)

Gets the specified hash algorithm.

public static HashAlgorithm GetHashAlgotithm(string hashAlgorithmName)

Parameters

hashAlgorithmName string

The name of the hash algorithm.

Returns

HashAlgorithm

The hash algorithm instance.