Share via


AUTHENTICATION_INFO

The AUTHENTICATION_INFO data structure contains authentication information for the content source, such as user name and password.

Syntax
typedef struct _AUTHENTICATION_INFO{
  DWORDdwSize;
  AUTH_TYPEatAuthenticationType; 
  LPCWSTRpcwszUser;
  LPCWSTRpcwszPassword;
} AUTHENTICATION_INFO;
Members

The following table shows members of the AUTHENTICATION_INFO data structure, and a brief description of each.

Name Type Description
dwSize DWORD Actual size of structure (bytes)
atAuthenticationType AUTH_TYPE Enumeration type
pcwszUser LPCWSTR Username, including domain
pcwszPassword LPCWSTR Password
Remarks

Values for the data structure set in Server Configuration in the Microsoft Configuration Console. This data structure makes use of the AUTH_TYPE enumeration.