Click or drag to resize

CryptographyHelperEncryptSHA256FIPS Method

Function which encrypts password into a SHA256 hash FIPS compliant

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

Parameters

password
Type: SystemString
Value to be encrypted

Return Value

Type: String
An encrypted string
See Also