AUTH_TYPE

The AUTH_TYPE enumeration type defines authentication types for content source.

Members

The following table shows enumeration values for the AUTH_TYPE enumeration type, and a brief description of each.

Name Value Description
eAUTH_TYPE_ANONYMOUS 0x00000000 Use anonymous access
eAUTH_TYPE_NTLM 0x00000001 Use NT LAN Manager (NTLM)
eAUTH_TYPE_BASIC 0x00000002 Use basic (text) authentication
Remarks

Important in the context in which the Get* methods are called.