Carbon


KCAttributeList

Header: Keychain.h

Lists attributes in a keychain item.

struct KCAttributeList {
    UInt32 count; 
    KCAttribute *attr;
};

Field descriptions

count

The number of keychain item attribute structures in this list.

attr

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 KCFindFirstItem to indicate the attributes to be matched.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)