ICDECrypto..::..RSADecrypt Method
RSAs the decrypt.
Namespace:
nsCDEngine.InterfacesAssembly: 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.