Click or drag to resize

CryptographyHelperDecryptAes Method

Function which decrypts 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 DecryptAes(
	string encryptedValue,
	string encryptionKey
)

Parameters

encryptedValue
Type: SystemString
Encrypted value
encryptionKey
Type: SystemString
Password encryption key

Return Value

Type: String
The decrypted string
See Also