Carbon


Access Control Method Constants

Header: Files.h

enum {
    kNoUserAuthentication = 1,
    kPassword = 2,
    kEncryptPassword = 3,
    kTwoWayEncryptPassword = 6
};

Constant descriptions

kNoUserAuthentication

No password.

kPassword

8-byte password.

kEncryptPassword

Encrypted 8-byte password.

kTwoWayEncryptPassword

Two-way random encryption.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)