Class Hash
- Namespace
- Dynamicweb.Security.SystemTools
- Assembly
- Dynamicweb.Core.dll
Represents hash
public class Hash
- Inheritance
-
Hash
- Inherited Members
Constructors
Hash(HashAlgorithm)
public Hash(HashAlgorithm hashAlgorithm)
Parameters
hashAlgorithmHashAlgorithm
Methods
GetHash(string, string)
Gets salted hash
public string GetHash(string input, string salt)