crypto-pro-js/README.md
2017-01-24 19:30:34 +03:00

485 B
Executable File
Raw Blame History

CryptoPro

Единое, асинхронное API для взаимодействия с КриптоПРО ЭЦП Browser Plug-In (IE8+)

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.