AUTH_TYPE enumeration (searchapi.h)
Describes authentication types for content access.
Syntax
typedef enum _AUTH_TYPE {
eAUTH_TYPE_ANONYMOUS = 0,
eAUTH_TYPE_NTLM,
eAUTH_TYPE_BASIC
} AUTH_TYPE;
Constants
eAUTH_TYPE_ANONYMOUS Value: 0 Anonymous. |
eAUTH_TYPE_NTLM NTLM challenge/response. |
eAUTH_TYPE_BASIC Basic authentication. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | searchapi.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |