Click to Rate and Give Feedback
MSDN
MSDN Library
Security
Cryptography
 CARD_FILE_ACCESS_CONDITION Enumerat...
CARD_FILE_ACCESS_CONDITION Enumeration

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 clientWindows XP, Windows 2000 Professional with SP4
Minimum supported serverWindows Server 2003, Windows 2000 Server with SP4
HeaderCardmod.h

See Also

Microsoft Base Smart Card Cryptographic Service Provider
CARD_FILE_INFO
CardCreateFile

Send comments about this topic to Microsoft

Build date: 10/2/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker