UNPKG

@digitalpersona/devices

Version:
25 lines (16 loc) 756 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [CardAttributes](./devices.cardattributes.md) ## CardAttributes enum Bitwise flags for attributes supported by a card. <b>Signature:</b> ```typescript export declare enum CardAttributes ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | IsPIV | <code>131072</code> | The card supports PIV. | | IsPKI | <code>65536</code> | The card supports PKI. | | IsReadOnly | <code>2147483648</code> | The card is read-only. | | SupportsPIN | <code>1</code> | The card supports PIN code. | | SupportsUID | <code>2</code> | The card supports UID. |