![]() |
Keychain Protocol Type Constants |
Header: Keychain.h |
Identify the protocol to use in storing and retrieving Internet passwords.
enum { kKCProtocolTypeFTP = ''ftp '', kKCProtocolTypeFTPAccount = ''ftpa'', kKCProtocolTypeHTTP = ''http'', kKCProtocolTypeIRC = ''irc '', kKCProtocolTypeNNTP = ''nntp'', kKCProtocolTypePOP3 = ''pop3'', kKCProtocolTypeSMTP = ''smtp'', kKCProtocolTypeSOCKS = ''sox '', kKCProtocolTypeIMAP = ''imap'', kKCProtocolTypeLDAP = ''ldap'', kKCProtocolTypeAppleTalk = ''atlk'', kKCProtocolTypeAFP = ''afp '', kKCProtocolTypeTelnet = ''teln'' };
Specifies the File Transfer Protocol.
Specifies the File Transfer Protocol Account.
Specifies the HyperText Transfer Protocol.
Specifies the Internet Relay Channel Protocol.
Specifies the Network News Transfer Protocol.
Specifies the Post Office 3 Protocol.
Specifies the Simple Mail Transfer Protocol.
Specifies the Secure Proxy Server Protocol.
Specifies the Internet Message Access Protocol.
Specifies the Lightweight Directory Access Protocol.
Specifies the AppleTalk Protocol.
Specifies the AppleTalk File Protocol.
Specifies the Telnet Protocol.
The KCProtocolType 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 protocol parameter of the functions KCAddInternetPasswordWithPath
,
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)