Click or drag to resize
PasswordHashCreateHash Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates a salted PBKDF2 hash of the password.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string CreateHash(
	string password
)

Parameters

password
Type: SystemString
The password to hash.

Return Value

Type: String
The hash of the password.
See Also