הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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_ANONYMOUSValue: 0 Anonymous. |
eAUTH_TYPE_NTLMNTLM challenge/response. |
eAUTH_TYPE_BASICBasic 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 |