The CARD_FILE_ACCESS_CONDITION enumeration specifies access control permissions for a file on a smart card.
Syntax
typedef enum {
InvalidAc = 0,
EveryoneReadUserWriteAc = 1,
UserWriteExecuteAc = 2,
EveryoneReadAdminWriteAc = 3,
UnknownAc = 4
} CARD_FILE_ACCESS_CONDITION;
Constants
- InvalidAc
This value is not valid.
- EveryoneReadUserWriteAc
Everyone can read the file. Specific users can write to the file.
- UserWriteExecuteAc
Only specific users can read or write to the file.
- EveryoneReadAdminWriteAc
Everyone can read the file. Administrators can write to the file.
- UnknownAc
Access permissions for the file are unknown.
Requirements
| Minimum supported client | Windows XP, Windows 2000 Professional with SP4 |
| Minimum supported server | Windows Server 2003, Windows 2000 Server with SP4 |
| Header | Cardmod.h |
See Also
- Microsoft Base Smart Card Cryptographic Service Provider
- CARD_FILE_INFO
- CardCreateFile
Send comments about this topic to Microsoft
Build date: 11/16/2009