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 )