ICDECrypto..::..DecryptKV Method
Decrypts the kv.
Namespace:
nsCDEngine.InterfacesAssembly: 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.