mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Added CPSigner.AuthenticatedAttributes2 collection Added Certificate.PrivateKey property Added Certificate.ExtendedKeyUsage property Added methods SignHash & VerifyHash for CadesSignedData * Added CPSigner.AuthenticatedAttributes2 collection Added Certificate.PrivateKey property Added Certificate.ExtendedKeyUsage property * Added CPSigner.AuthenticatedAttributes2 collection Added Certificate.PrivateKey property Added Certificate.ExtendedKeyUsage property * Added CPSigner.AuthenticatedAttributes2 collection Added Certificate.PrivateKey property Added Certificate.ExtendedKeyUsage property * Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata * Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata * Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata * Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata * Changed type argument `algorithm` method's CPHashedDataAsync.propset_Algorithm docs: https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_class/cphasheddata Co-authored-by: andreiRUS39 <andrew_06_87@mail.ru>
21 lines
710 B
TypeScript
21 lines
710 B
TypeScript
// Type definitions for cadesplugin 2.1
|
|
// Project: https://www.npmjs.com/package/cadesplugin
|
|
// Definitions by: Delagen <https://github.com/Delagen>,
|
|
// kvmi <https://github.com/kmvi>,
|
|
// andrew0687 <https://github.com/andrew0687>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
///<reference path="./common.d.ts"/>
|
|
|
|
///<reference path="./capicom.d.ts"/>
|
|
///<reference path="./capicom_async.d.ts"/>
|
|
///<reference path="./capicom_enums.d.ts"/>
|
|
|
|
///<reference path="./cadescom.d.ts"/>
|
|
///<reference path="./cadescom_async.d.ts"/>
|
|
///<reference path="./cadescom_enums.d.ts"/>
|
|
|
|
///<reference path="./cadesplugin.d.ts"/>
|
|
|
|
declare const cadesplugin: CADESPlugin;
|