crypto-pro-js/README.md
2017-01-17 13:22:49 +03:00

18 lines
742 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## CryptoPro
Единое, асинхронное API для взаимодействия с КриптоПРО ЭЦП Browser Plug-In (IE8+)
``` js
CryptoService.call('getCertsList').then(function (certList) {
console.log(certList);
});
```
Для работы с библиотекой, хост, с которого работает скрипт необходимо добавить
в доверенные узлы с помощью настроек КриптоПРО ЭЦП Browser Plug-In.
Полифиллы необходимо подключать самостоятельно.
### License
Licensed as MIT. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.