The CARD_FILE_ACCESS_CONDITION enumeration specifies access control permissions for a file on a smart card.
typedef enum { InvalidAc = 0, EveryoneReadUserWriteAc = 1, UserWriteExecuteAc = 2, EveryoneReadAdminWriteAc = 3, UnknownAc = 4 } CARD_FILE_ACCESS_CONDITION;
This value is not valid.
Everyone can read the file. Specific users can write to the file.
Only specific users can read or write to the file.
Everyone can read the file. Administrators can write to the file.
Access permissions for the file are unknown.
Send comments about this topic to Microsoft
Build date: 10/2/2009