Click or drag to resize

CryptographyHelperEncryptSHA256 Method

Function which encrypts password into a SHA256 hash

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static string EncryptSHA256(
	string password
)

Parameters

password
Type: SystemString
Value to be encrypted

Return Value

Type: String
An encrypted string
See Also