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