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: 4.6.0.0 (4.6.0.0)
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