[This is preliminary documentation and subject to change.]
Indicates the default authentication information to use with each authentication service. This structure is passed to CoInitializeSecurity using the pAuthInfo parameter. When DCOM negotiates the default authentication service for a proxy, it picks the default authentication information from this list.
typedef struct tagSOLE_AUTHENTICATION_LIST {
DWORD cAuthInfo;
SOLE_AUTHENTICATION_INFO *aAuthInfo;
} SOLE_AUTHENTICATION_LIST;
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.
SOLE_AUTHENTICATION_INFO, CoInitializeSecurity