IKEEXT_KERBEROS_AUTHENTICATION0 structure (iketypes.h)

The IKEEXT_KERBEROS_AUTHENTICATION0 structure contains information needed for preshared key authentication. IKEEXT_KERBEROS_AUTHENTICATION1 is available.

 

Syntax

typedef struct IKEEXT_KERBEROS_AUTHENTICATION0__ {
  UINT32 flags;
} IKEEXT_KERBEROS_AUTHENTICATION0;

Members

flags

A combination of the following values.

Kerberos authentication flag Meaning
IKEEXT_KERB_AUTH_DISABLE_INITIATOR_TOKEN_GENERATION
Disable initiator generation of peer token from the peer's name string.
IKEEXT_KERB_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS
Refuse connections if the peer is using explicit credentials.

Applicable only to AuthIP.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

Windows Filtering Platform API Structures