SOLE_AUTHENTICATION_LIST structure (objidl.h)
Indique les informations d’authentification par défaut à utiliser avec chaque service d’authentification. Lorsque DCOM négocie le service d’authentification par défaut pour un proxy, il sélectionne les informations d’authentification par défaut dans cette liste.
Syntaxe
typedef struct tagSOLE_AUTHENTICATION_LIST {
DWORD cAuthInfo;
SOLE_AUTHENTICATION_INFO *aAuthInfo;
} SOLE_AUTHENTICATION_LIST, *PSOLE_AUTHENTICATION_LIST;
Membres
cAuthInfo
Nombre de pointeurs dans le tableau vers lequel aAuthInfo pointe.
aAuthInfo
Tableau de structures SOLE_AUTHENTICATION_INFO . Chacune de ces structures contient un identificateur pour un service d’authentification, un identificateur pour le service d’autorisation et un pointeur vers les informations d’authentification à utiliser avec le service d’authentification spécifié.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
En-tête | objidl.h (inclure Objidl.h) |