C-DEngine 5.105

TheCommonUtils..::..cdeRSAEncrypt Method

Encrypts a string against the RSA Key inside a session

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

Syntax


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

Parameters

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

Return Value