Click or drag to resize

CryptographyHelperEncode Method

Note: This API is now obsolete.

Function which encode a given string to Base64 string

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

Parameters

originalValue
Type: SystemString
The string to encode
privateKey
Type: SystemString
The private key to use

Return Value

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