IKEEXT_KERBEROS_AUTHENTICATION1 structure (iketypes.h)
La structure IKEEXT_KERBEROS_AUTHENTICATION1 contient les informations nécessaires à l’authentification par clé prépartagée. IKEEXT_KERBEROS_AUTHENTICATION0 est disponible.
Syntaxe
typedef struct IKEEXT_KERBEROS_AUTHENTICATION1__ {
UINT32 flags;
wchar_t *proxyServer;
} IKEEXT_KERBEROS_AUTHENTICATION1;
Membres
flags
Type : UINT32
Combinaison des valeurs suivantes.
proxyServer
Type : wchar_t*
Serveur proxy Kerberos.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | iketypes.h |