| CryptographyHelperDecrypt Method (String, String) | 
            Function which decrypts a given string based on a private key
            
 
Namespace: WorkflowGen.My.SecurityAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static string Decrypt(
	string encryptedValue,
	string privateKey
)
Public Shared Function Decrypt ( 
	encryptedValue As String,
	privateKey As String
) As String
Parameters
- encryptedValue
 - Type: SystemString
The string to decrypt - privateKey
 - Type: SystemString
The private key to use 
Return Value
Type: 
StringA decrypted string
See Also