C-DEngine 5.105

TheCommonUtils..::..cdeRSADecryptWithKey Method

decrypts byte array with given string key

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

Syntax


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

Parameters

pPrivateKey
Type: String
RSA Key used for decryption
val
Type: array<Byte>[]()[][]
Buffer value to be decrypted

Return Value