crypto-pro-js/dist/api/certificate/getCadesProp.d.ts

8 lines
345 B
TypeScript
Raw Permalink Normal View History

/**
* Возвращает указанное внутренее свойство у сертификата в формате Cades
*
* @param propName = наименование свойства
* @returns значение запрошенного свойства
*/
export declare const getCadesProp: (propName: string) => Promise<any>;