WSCInternetProtocolType Constants Reference
Declared in | WSCKeychain.h |
WSCInternetProtocolType
Defines the protocol type associated with an Internet passphrase.
Definition
typedef NS_ENUM(FourCharCode, WSCInternetProtocolType ) {
WSCInternetProtocolTypeFTP = kSecProtocolTypeFTP,
WSCInternetProtocolTypeFTPAccount = kSecProtocolTypeFTPAccount,
WSCInternetProtocolTypeHTTP = kSecProtocolTypeHTTP,
WSCInternetProtocolTypeIRC = kSecProtocolTypeIRC,
WSCInternetProtocolTypeNNTP = kSecProtocolTypeNNTP,
WSCInternetProtocolTypePOP3 = kSecProtocolTypePOP3,
WSCInternetProtocolTypeSMTP = kSecProtocolTypeSMTP,
WSCInternetProtocolTypeSOCKS = kSecProtocolTypeSOCKS,
WSCInternetProtocolTypeIMAP = kSecProtocolTypeIMAP,
WSCInternetProtocolTypeLDAP = kSecProtocolTypeLDAP,
WSCInternetProtocolTypeAppleTalk = kSecProtocolTypeAppleTalk,
WSCInternetProtocolTypeAFP = kSecProtocolTypeAFP,
WSCInternetProtocolTypeTelnet = kSecProtocolTypeTelnet,
WSCInternetProtocolTypeSSH = kSecProtocolTypeSSH,
WSCInternetProtocolTypeFTPS = kSecProtocolTypeFTPS,
WSCInternetProtocolTypeHTTPS = kSecProtocolTypeHTTPS,
WSCInternetProtocolTypeHTTPProxy = kSecProtocolTypeHTTPProxy,
WSCInternetProtocolTypeHTTPSProxy = kSecProtocolTypeHTTPSProxy,
WSCInternetProtocolTypeFTPProxy = kSecProtocolTypeFTPProxy,
WSCInternetProtocolTypeCIFS = kSecProtocolTypeCIFS,
WSCInternetProtocolTypeSMB = kSecProtocolTypeSMB,
WSCInternetProtocolTypeRTSP = kSecProtocolTypeRTSP,
WSCInternetProtocolTypeRTSPProxy = kSecProtocolTypeRTSPProxy,
WSCInternetProtocolTypeDAAP = kSecProtocolTypeDAAP,
WSCInternetProtocolTypeEPPC = kSecProtocolTypeEPPC,
WSCInternetProtocolTypeIPP = kSecProtocolTypeIPP,
WSCInternetProtocolTypeNNTPS = kSecProtocolTypeNNTPS,
WSCInternetProtocolTypeLDAPS = kSecProtocolTypeLDAPS,
WSCInternetProtocolTypeTelnetS = kSecProtocolTypeTelnetS,
WSCInternetProtocolTypeIMAPS = kSecProtocolTypeIMAPS,
WSCInternetProtocolTypeIRCS = kSecProtocolTypeIRCS,
WSCInternetProtocolTypePOP3S = kSecProtocolTypePOP3S,
WSCInternetProtocolTypeCVSpserver = kSecProtocolTypeCVSpserver,
WSCInternetProtocolTypeSVN = kSecProtocolTypeSVN,
WSCInternetProtocolTypeAny = kSecProtocolTypeAny,
};
Constants
WSCInternetProtocolTypeFTP
-
Indicates FTP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeFTPAccount
-
Indicates a client side FTP account. The usage of this constant is deprecated as of OS X v10.3.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeHTTP
-
Indicates HTTP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeIRC
-
Indicates IRC.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeNNTP
-
Indicates NNTP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypePOP3
-
Indicates POP3.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeSMTP
-
Indicates SMTP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeSOCKS
-
Indicates SOCKS.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeIMAP
-
Indicates IMAP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeLDAP
-
Indicates LDAP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeAppleTalk
-
Indicates AFP over AppleTalk.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeAFP
-
Indicates AFP over TCP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeTelnet
-
Indicates Telnet.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeSSH
-
Indicates SSH.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeFTPS
-
Indicates FTP over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeHTTPS
-
Indicates HTTP over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeHTTPProxy
-
Indicates HTTP proxy.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeHTTPSProxy
-
Indicates HTTPS proxy.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeFTPProxy
-
Indicates FTP proxy.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeCIFS
-
Indicates CIFS.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeSMB
-
Indicates SMB.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeRTSP
-
Indicates RTSP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeRTSPProxy
-
Indicates RTSP proxy.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeDAAP
-
Indicates DAAP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeEPPC
-
Indicates Remote Apple Events.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeIPP
-
Indicates IPP.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeNNTPS
-
Indicates NNTP over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeLDAPS
-
Indicates LDAP over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeTelnetS
-
Indicates Telnet over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeIMAPS
-
Indicates IMAP4 over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeIRCS
-
Indicates IRC over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypePOP3S
-
Indicates POP3 over TLS/SSL.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeCVSpserver
-
Indicates CVS pserver.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeSVN
-
Indicates Subversion.
Declared In
WSCKeychain.h
. WSCInternetProtocolTypeAny
-
Indicates that any protocol is acceptable. When performing a search, use this constant to avoid constraining your search results to a particular protocol.
Declared In
WSCKeychain.h
.
Declared In
WSCKeychain.h