IKEEXT_EM_POLICY0-Struktur (iketypes.h)

Die IKEEXT_EM_POLICY0-Struktur wird verwendet, um die Aushandlungsrichtlinie für den erweiterten Modus von AuthIP zu speichern. IKEEXT_EM_POLICY2 ist verfügbar.

 

Syntax

typedef struct IKEEXT_EM_POLICY0_ {
  UINT32                                   numAuthenticationMethods;
  IKEEXT_AUTHENTICATION_METHOD0            *authenticationMethods;
  IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE initiatorImpersonationType;
} IKEEXT_EM_POLICY0;

Member

numAuthenticationMethods

Anzahl der Authentifizierungsmethoden im Array.

authenticationMethods

size_is(numAuthenticationMethods)

Array zulässiger Authentifizierungsmethoden, wie in IKEEXT_AUTHENTICATION_METHOD0 angegeben.

initiatorImpersonationType

Typ des Identitätswechsels.

Weitere Informationen finden Sie unter IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE .

Hinweise

Gilt nur für AuthIP.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile iketypes.h

Weitere Informationen

IKEEXT_AUTHENTICATION_IMPERSONATION_TYPE

IKEEXT_AUTHENTICATION_METHOD0

API-Strukturen der Windows-Filterplattform