C-DEngine 5.105

TheCommonUtils..::..cdeRSADecrypt Method (Guid, String)

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,
	string val
)
Public Shared Function cdeRSADecrypt ( _
	pSessionID As Guid, _
	val As String _
) As String
public:
static String^ cdeRSADecrypt(
	Guid^ pSessionID, 
	String^ val
)

Parameters

pSessionID
Type: Guid
SEID of the session the RSA Key is used
val
Type: String
Envrypted string to be decrypted

Return Value