Click or drag to resize

CryptographyHelperDecode Method

Note: This API is now obsolete.

Function which decode a Base64 string

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.3.0.0 (9.3.0.20251001)
Syntax
[ObsoleteAttribute("This method is obsolete. Use the single-parameter Decode method instead.")]
public static string Decode(
	string encodedValue,
	string privateKey
)

Parameters

encodedValue
Type: SystemString
The Base64 string to decode
privateKey
Type: SystemString
The private key to use

Return Value

Type: String
A decoded string
Remarks
The privateKey parameter is ignored in the current implementation
See Also