C-DEngine 5.105

TheCommonUtils..::..DecryptKV Method

Decrypt incoming buffer array to a Dictionary.

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

Syntax


public static Dictionary<string, string> DecryptKV(
	byte[] pInbuffer
)
Public Shared Function DecryptKV ( _
	pInbuffer As Byte() _
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ DecryptKV(
	array<unsigned char^>^ pInbuffer
)

Parameters

pInbuffer
Type: array<Byte>[]()[][]
incoming byte arrey to be decrypted

Return Value