Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.77 KB

ns-objidl-sole_authentication_list.md

File metadata and controls

71 lines (60 loc) · 2.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:objidl.tagSOLE_AUTHENTICATION_LIST
SOLE_AUTHENTICATION_LIST (objidl.h)
The SOLE_AUTHENTICATION_LIST (objidl.h) structure indicates the default authentication information to use with each authentication service.
*PSOLE_AUTHENTICATION_LIST
PSOLE_AUTHENTICATION_LIST
PSOLE_AUTHENTICATION_LIST structure pointer [COM]
SOLE_AUTHENTICATION_LIST
SOLE_AUTHENTICATION_LIST structure [COM]
_com_SOLE_AUTHENTICATION_LIST
com.sole_authentication_list
objidlbase/PSOLE_AUTHENTICATION_LIST
objidlbase/SOLE_AUTHENTICATION_LIST
tagSOLE_AUTHENTICATION_LIST
com\sole_authentication_list.htm
com
21f7aef3-b6be-41cc-a6ed-16d3778e3cee
08/13/2022
*PSOLE_AUTHENTICATION_LIST, PSOLE_AUTHENTICATION_LIST, PSOLE_AUTHENTICATION_LIST structure pointer [COM], SOLE_AUTHENTICATION_LIST, SOLE_AUTHENTICATION_LIST structure [COM], _com_SOLE_AUTHENTICATION_LIST, com.sole_authentication_list, objidlbase/PSOLE_AUTHENTICATION_LIST, objidlbase/SOLE_AUTHENTICATION_LIST, tagSOLE_AUTHENTICATION_LIST
objidl.h
Objidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
SOLE_AUTHENTICATION_LIST, *PSOLE_AUTHENTICATION_LIST
19H1
tagSOLE_AUTHENTICATION_LIST
objidl/tagSOLE_AUTHENTICATION_LIST
PSOLE_AUTHENTICATION_LIST
objidl/PSOLE_AUTHENTICATION_LIST
SOLE_AUTHENTICATION_LIST
objidl/SOLE_AUTHENTICATION_LIST
c++
APIRef
kbSyntax
HeaderDef
objidlbase.h
SOLE_AUTHENTICATION_LIST

SOLE_AUTHENTICATION_LIST structure

-description

Indicates the default authentication information to use with each authentication service. When DCOM negotiates the default authentication service for a proxy, it picks the default authentication information from this list.

-struct-fields

-field cAuthInfo

The count of pointers in the array pointed to by aAuthInfo.

-field 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.

-see-also

CoInitializeSecurity