mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-24 00:55:00 +03:00
15 lines
485 B
Markdown
Executable File
15 lines
485 B
Markdown
Executable File
## CryptoPro
|
||
|
||
Единое, асинхронное API для взаимодействия с КриптоПРО ЭЦП Browser Plug-In (IE8+)
|
||
|
||
``` js
|
||
CryptoService.call('getCertsList').then(function (certList) {
|
||
console.log(certList);
|
||
});
|
||
```
|
||
|
||
Полифиллы необходимо подключать самостоятельно.
|
||
|
||
### License
|
||
Licensed as MIT. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
|