Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CARD_DIRECTORY_ACCESS_CONDITION enumeration specifies access control permissions for a directory on a smart card.
Syntax
typedef enum {
InvalidAc = 0,
UserCreateDeleteDirAc = 1,
AdminCreateDeleteDirAc = 2
} CARD_DIRECTORY_ACCESS_CONDITION;
Constants
-
InvalidAc
-
This value is not valid.
-
UserCreateDeleteDirAc
-
Specific users can read, write, and delete the directory.
-
AdminCreateDeleteDirAc
-
Administrators can read, write, and delete the directory.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP, Windows XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003, Windows Server 2003 [desktop apps only] |
| Header |
|
See also