WSCInternetAuthenticationType Constants Reference
| Declared in | WSCKeychain.h |
WSCInternetAuthenticationType
Defines constants you can use to identify the type of authentication to use for an Internet passphrase.
Definition
typedef NS_ENUM(FourCharCode, WSCInternetAuthenticationType ) {
WSCInternetAuthenticationTypeNTLM = kSecAuthenticationTypeNTLM,
WSCInternetAuthenticationTypeMSN = kSecAuthenticationTypeMSN,
WSCInternetAuthenticationTypeDPA = kSecAuthenticationTypeDPA,
WSCInternetAuthenticationTypeRPA = kSecAuthenticationTypeRPA,
WSCInternetAuthenticationTypeHTTPBasic = kSecAuthenticationTypeHTTPBasic,
WSCInternetAuthenticationTypeHTTPDigest = kSecAuthenticationTypeHTTPDigest,
WSCInternetAuthenticationTypeHTMLForm = kSecAuthenticationTypeHTMLForm,
WSCInternetAuthenticationTypeDefault = kSecAuthenticationTypeDefault,
WSCInternetAuthenticationTypeAny = kSecAuthenticationTypeAny,
};
Constants
WSCInternetAuthenticationTypeNTLM-
Specifies Windows NT LAN Manager authentication.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeMSN-
Specifies Microsoft Network default authentication.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeDPA-
Specifies Distributed Passphrase authentication.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeRPA-
Specifies Remote Passphrase authentication.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeHTTPBasic-
Specifies HTTP Basic authentication.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeHTTPDigest-
Specifies HTTP Digest Access authentication.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeHTMLForm-
Specifies HTML form based authentication.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeDefault-
Specifies the default authentication type.
Declared In
WSCKeychain.h. WSCInternetAuthenticationTypeAny-
Specifies that any authentication type is acceptable. When performing a search, use this value to avoid constraining your search results to a particular authentication type.
Declared In
WSCKeychain.h.
Declared In
WSCKeychain.h