Carbon


KCRef

Header: Keychain.h

Represents a reference to a keychain.

typedef struct OpaqueKCRef* KCRef;

The KCRef type represents a reference to an opaque structure that identifies a keychain. You should call the function KCMakeKCRefFromFSSpec or KCMakeKCRefFromAlias to create a keychain reference. The function KCReleaseKeychain disposes of a keychain reference when no longer needed. You pass a reference of this type to Keychain Manager functions that operate on a keychain in some way.


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