Class Sha256HashHelper
- Namespace
- JJMasterData.Commons.Security.Hashing
- Assembly
- JJMasterData.Commons.dll
public static class Sha256HashHelper
- Inheritance
-
Sha256HashHelper
- Inherited Members
Methods
ComputeHash(string)
public static string ComputeHash(string input)
Parameters
input
string
Returns
VerifyHash(string, string)
public static bool VerifyHash(string input, string hash)