@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
25 lines (16 loc) • 756 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [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. |