Click or drag to resize

CryptographyHelperDecrypt Method (String, String)

Function which decrypts a given string based on a private key

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static string Decrypt(
	string encryptedValue,
	string privateKey
)

Parameters

encryptedValue
Type: SystemString
The string to decrypt
privateKey
Type: SystemString
The private key to use

Return Value

Type: String
A decrypted string
See Also