![]() |
Access Control Method Constants |
Header: Files.h |
enum { kNoUserAuthentication = 1, kPassword = 2, kEncryptPassword = 3, kTwoWayEncryptPassword = 6 };
No password.
8-byte password.
Encrypted 8-byte password.
Two-way random encryption.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)