|
|
От: | Andrbig | |
| Дата: | 22.08.05 13:38 | ||
| Оценка: | |||
SN>[DllImport("supersigner.dll", CharSet=CharSet.Ansi)]
SN>private static extern string SignMessage(string sMessage, string sKeyPath, string sPassword);
SN>.....
SN>string sQuery = "SUM=123";
SN>string sKeyPath = "C:\key.secret";
SN>string sPassword = "123";
-->> string sResult = SignMessage(sQuery, sKeyPath, sPassword);