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