AUTH_TYPE Enumeration
Defines authentication types for a content source.
Members
The following table describes the values for the AUTH_ACCESS enumeration.
Name | Description |
---|---|
eAUTH_TYPE_ANONYMOUS 0x00000000 |
Use Anonymous authentication. |
eAUTH_TYPE_NTLM 0x00000001 |
Use NTLM authentication. |
eAUTH_TYPE_BASIC 0x00000002 |
Use Basic authentication. |
Remarks
The AUTH_TYPE enumeration is used in the AUTHENTICATION_INFO Structure structure for the CreateAccessor Method method to identify the type of authentication for a content source.
The implementation of Basic authentication might differ depending on the protocol handler. The only requirement for implementing a protocol handler with Basic authentication is that the user name and password are explicitly passed to the protocol handler.
See Also
Reference
AUTHENTICATION_INFO Structure
CreateAccessor Method
Concepts
Protocol Handler Reference
Protocol Handler Enumerations
PROXY_ACCESS Enumeration