Class HashHelper
Inheritance
↳ object
↳ HashHelper
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic static class HashHelper
Methods
GenerateStringHash(string)
Declarationpublic static string GenerateStringHash(string stringForHashing)
Type | Name | Description |
---|---|---|
string | stringForHashing |
Type | Description |
---|---|
string |
GenerateStringHash(string, string, HashAlgorithm)
Declarationpublic static string GenerateStringHash(string stringForHashing, string salt, HashAlgorithm hashAlgorithm)
Type | Name | Description |
---|---|---|
string | stringForHashing | |
string | salt | |
HashAlgorithm | hashAlgorithm |
Type | Description |
---|---|
string |
GenerateBinaryHash(string, string, HashAlgorithm)
Declarationpublic static byte[] GenerateBinaryHash(string stringForHashing, string salt, HashAlgorithm hashAlgorithm)
Type | Name | Description |
---|---|---|
string | stringForHashing | |
string | salt | |
HashAlgorithm | hashAlgorithm |
Type | Description |
---|---|
System.Byte[] |