Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |