Click or drag to resize

CryptographyHash Method

Standard Hash algorithm.

Namespace:  AskiaPortalCmn.Security
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static string Hash(
	string value,
	string salt
)

Parameters

value
Type: SystemString
Value to hash.
salt
Type: SystemString
String to salt the value.

Return Value

Type: String
A hash string.
See Also