Share via


AUTH_TYPE Enumerated Type

Describes authentication types for content access.

Syntax

typedef enum _AUTH_TYPE {
    eAUTH_TYPE_ANONYMOUS = 0,
    eAUTH_TYPE_NTLM = 1,
    eAUTH_TYPE_BASIC = 2
} AUTH_TYPE;

Constants

  • eAUTH_TYPE_ANONYMOUS
    Anonymous.

  • eAUTH_TYPE_NTLM
    NTLM challenge/response.

  • eAUTH_TYPE_BASIC
    Basic authentication.

Enumerated Type Information

Header and IDL files searchapi.h, srchprth.idl
Minimum operating systems Windows XP Service Pack 2 (SP2) with Windows Desktop Search (WDS) 3.0, Windows Server 2003, Windows Vista