structure IKEEXT_EM_POLICY2 (iketypes.h)

La structure IKEEXT_EM_POLICY2 est utilisée pour stocker la stratégie de négociation en mode étendu d’AuthIP. IKEEXT_EM_POLICY0 est disponible.

 

Syntaxe

typedef struct IKEEXT_EM_POLICY2_ {
  UINT32                                   numAuthenticationMethods;
  IKEEXT_AUTHENTICATION_METHOD2            *authenticationMethods;
  IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE initiatorImpersonationType;
} IKEEXT_EM_POLICY2;

Membres

numAuthenticationMethods

Type : UINT32

Nombre de méthodes d’authentification dans le tableau.

authenticationMethods

Type : IKEEXT_AUTHENTICATION_METHOD2*

size_is(numAuthenticationMethods)

Tableau de méthodes d’authentification acceptables.

initiatorImpersonationType

Type : IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE

Type d’emprunt d’identité.

Configuration requise

   
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

Voir aussi

IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE

IKEEXT_AUTHENTICATION_METHOD2

Structures d’API de plateforme de filtrage Windows