C-DEngine 5.105

TheCommonUtils..::..cdeDecrypt Method

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string cdeDecrypt(
	string OrgBuffer,
	byte[] AI,
	bool bSupressLog
)
Public Shared Function cdeDecrypt ( _
	OrgBuffer As String, _
	AI As Byte(), _
	bSupressLog As Boolean _
) As String
public:
static String^ cdeDecrypt(
	String^ OrgBuffer, 
	array<unsigned char^>^ AI, 
	bool^ bSupressLog
)

Parameters

OrgBuffer
Type: String
AI
Type: array<Byte>[]()[][]
bSupressLog
Type: Boolean