AUTH_TYPE enumeration
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
-
Anonymous.
- eAUTH_TYPE_NTLM
-
NTLM challenge/response.
- eAUTH_TYPE_BASIC
-
Basic authentication.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
Show: