C-DEngine 5.105

ICDECrypto..::..Decrypt Method

Decrypts the specified to decrypt.

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

Syntax


byte[] Decrypt(
	byte[] toDecrypt,
	byte[] AK,
	byte[] AI
)
Function Decrypt ( _
	toDecrypt As Byte(), _
	AK As Byte(), _
	AI As Byte() _
) As Byte()
array<unsigned char^>^ Decrypt(
	array<unsigned char^>^ toDecrypt, 
	array<unsigned char^>^ AK, 
	array<unsigned char^>^ AI
)

Parameters

toDecrypt
Type: array<Byte>[]()[][]
To decrypt.
AK
Type: array<Byte>[]()[][]
The ak.
AI
Type: array<Byte>[]()[][]
The ai.

Return Value

System.Byte[].