C-DEngine 5.105

TheCommonUtils..::..DecryptToString Method

Decrypts a byte array to a string using internal AES encryption

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

Syntax


public static string DecryptToString(
	byte[] pInBuffer,
	string pType
)
Public Shared Function DecryptToString ( _
	pInBuffer As Byte(), _
	pType As String _
) As String
public:
static String^ DecryptToString(
	array<unsigned char^>^ pInBuffer, 
	String^ pType
)

Parameters

pInBuffer
Type: array<Byte>[]()[][]
Buffer to be decrypted
pType
Type: String
Current only supported type: "AIV1"

Return Value