C-DEngine 5.105

ICDECrypto..::..RSADecryptWithPrivateKey Method

RSAs the decrypt with private key.

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

Syntax


string RSADecryptWithPrivateKey(
	byte[] toDecrypt,
	string pPrivateKey
)
Function RSADecryptWithPrivateKey ( _
	toDecrypt As Byte(), _
	pPrivateKey As String _
) As String
String^ RSADecryptWithPrivateKey(
	array<unsigned char^>^ toDecrypt, 
	String^ pPrivateKey
)

Parameters

toDecrypt
Type: array<Byte>[]()[][]
To decrypt.
pPrivateKey
Type: String
The private key.

Return Value

System.String.