Click or drag to resize

CryptographyHelperEncryptAes Method

Function which encrypts password using the AesCryptoServiceProvider algorithm

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static string EncryptAes(
	string password,
	string encryptionKey
)

Parameters

password
Type: SystemString
Value to be encrypted
encryptionKey
Type: SystemString
Password encryption key

Return Value

Type: String
An encrypted string
See Also