C-DEngine 5.105

ICDECrypto..::..DecryptKV Method

Decrypts the kv.

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

Syntax


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

Parameters

pInbuffer
Type: array<Byte>[]()[][]
The inbuffer.

Return Value

Dictionary<System.String, System.String>.