![]() |
Authentication Type Constants |
Header: Keychain.h |
Represent the type of authentication to use in storing and retrieving Internet passwords.
enum { kKCAuthTypeNTLM = ''ntlm'', kKCAuthTypeMSN = ''msna'', kKCAuthTypeDPA = ''dpaa'', kKCAuthTypeRPA = ''rpaa'', kKCAuthTypeHTTPDigest = ''httd'', kKCAuthTypeDefault = ''dflt'' };
Specifies Windows NT LAN Manager authentication.
Specifies Microsoft Network authentication.
Specifies Distributed Password authentication.
Specifies Remote Password authentication.
Specifies HTTP Digest Access authentication.
Specifies default authentication.
The KCAuthType enumeration defines constants you can use to identify the type of authentication to use in storing and retrieving Internet passwords. You can pass a constant of this type in the authType parameter of the functions KCAddInternetPasswordWithPath
,
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)