UNPKG

@digitalpersona/enrollment

Version:
30 lines (19 loc) 1.12 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/enrollment](./enrollment.md) &gt; [SmartCardEnroll](./enrollment.smartcardenroll.md) ## SmartCardEnroll class Smartcard enrollment API. <b>Signature:</b> ```typescript export declare class SmartCardEnroll extends Enroller ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(context)](./enrollment.smartcardenroll.(constructor).md) | | Constructs a new smartcard enrollment API object. | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [canEnroll()](./enrollment.smartcardenroll.canenroll.md) | | Reads a card enrollment availability. | | [enroll(cardData)](./enrollment.smartcardenroll.enroll.md) | | Enrolls a card. | | [getEnrolledCards()](./enrollment.smartcardenroll.getenrolledcards.md) | | Reads a list of enrolled cards. | | [unenroll(keyHash)](./enrollment.smartcardenroll.unenroll.md) | | Deletes a specific smart card enrollment defined by its pubilc key hash. |