Class HashUtils
A util class for computing various hashes
Inheritance
System.Object
HashUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public static class HashUtils
Methods
| Improve this Doc View SourceComputeSha256Hash(String)
Compute a SHA256 hash from a given string
Declaration
public static string ComputeSha256Hash(string rawData)
Parameters
Type | Name | Description |
---|---|---|
System.String | rawData |
Returns
Type | Description |
---|---|
System.String |