![]() |
KCAttributeList |
Header: Keychain.h |
Lists attributes in a keychain item.
struct KCAttributeList { UInt32 count; KCAttribute *attr; };
The number of keychain item attribute structures in this list.
A pointer to the first keychain item attribute structure in this list.
The KCAttributeList type represents a list of structures containing information about the attributes in a keychain item. You pass a pointer to this list of 0 or more structures in the attrList parameter of the function
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)