C-DEngine 5.105

TheCommonUtils..::..cdeRSADecrypt Method (Guid, array<Byte>[]()[][])

Returns a decrypted string agains the RSA Key stored in the session

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

Syntax


public static string cdeRSADecrypt(
	Guid pSessionID,
	byte[] val
)
Public Shared Function cdeRSADecrypt ( _
	pSessionID As Guid, _
	val As Byte() _
) As String
public:
static String^ cdeRSADecrypt(
	Guid^ pSessionID, 
	array<unsigned char^>^ val
)

Parameters

pSessionID
Type: Guid
SEID of the session the RSA Key is used
val
Type: array<Byte>[]()[][]
Envrypted byte array to be decrypted

Return Value