C-DEngine 5.105

ICDECrypto..::..RSADecrypt Method

RSAs the decrypt.

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

Syntax


string RSADecrypt(
	byte[] toDecrypt,
	RSACryptoServiceProvider rsa,
	string RSAKey,
	string RSAPublic
)
Function RSADecrypt ( _
	toDecrypt As Byte(), _
	rsa As RSACryptoServiceProvider, _
	RSAKey As String, _
	RSAPublic As String _
) As String
String^ RSADecrypt(
	array<unsigned char^>^ toDecrypt, 
	RSACryptoServiceProvider^ rsa, 
	String^ RSAKey, 
	String^ RSAPublic
)

Parameters

toDecrypt
Type: array<Byte>[]()[][]
To decrypt.
rsa
Type: RSACryptoServiceProvider
The RSA.
RSAKey
Type: String
The RSA key.
RSAPublic
Type: String
The RSA public.

Return Value

System.String.