SOLE_AUTHENTICATION_LIST

[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;
 

Members

cAuthInfo
Count of pointers in the array pointed to by aAuthInfo.
aAuthInfo
An array of SOLE_AUTHENTICATION_INFO structures. Each of these structures contains an identifier for an authentication service, an identifier for the authorization service, and a pointer to authentication information to use with the specified authentication service.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

SOLE_AUTHENTICATION_INFO, CoInitializeSecurity