Carbon


KCItemRef

Header: Keychain.h

Represents a reference to a keychain item.

typedef struct OpaqueKCItemRef* KCItemRef;

The KCItemRef type represents a reference to an opaque structure that identifies a keychain item. You should call the function KCNewItem to create a keychain item reference. The function KCReleaseItem disposes of a keychain item reference when no longer needed. You pass a reference of this type to Keychain Manager functions that operate on a keychain item in some way.


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