Table of Contents

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

hashAlgorithm HashAlgorithm

Methods

GetHash(string, string)

Gets salted hash

public string GetHash(string input, string salt)

Parameters

input string

Input stream

salt string

Salt

Returns

string
To top