mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-21 04:53:08 +03:00
в примере получает список сертификатов из всех доступных источников
This commit is contained in:
parent
f0aeb16ec4
commit
388248440a
@ -16,7 +16,7 @@
|
|||||||
$certificateDetails.style.display = thumbprint ? 'block' : 'none';
|
$certificateDetails.style.display = thumbprint ? 'block' : 'none';
|
||||||
});
|
});
|
||||||
|
|
||||||
window.cryptoPro.getUserCertificates().then(function (certificateList) {
|
window.cryptoPro.getCertificates().then(function (certificateList) {
|
||||||
certificateList.forEach(function (certificate) {
|
certificateList.forEach(function (certificate) {
|
||||||
var $certOption = document.createElement('option');
|
var $certOption = document.createElement('option');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user