IKEEXT_NTLM_V2_AUTHENTICATION0 structure (iketypes.h)

The IKEEXT_NTLM_V2_AUTHENTICATION0 structure contains information needed for Microsoft Windows NT LAN Manager (NTLM) V2 authentication.

Syntax

typedef struct IKEEXT_NTLM_V2_AUTHENTICATION0__ {
  UINT32 flags;
} IKEEXT_NTLM_V2_AUTHENTICATION0;

Members

flags

Possible value:

NTLM authentication flag Meaning
IKEEXT_NTLM_V2_AUTH_DONT_ACCEPT_EXPLICIT_CREDENTIALS
Refuse connections if the peer is using explicit credentials.

Remarks

IKEEXT_NTLM_V2_AUTHENTICATION0 is a specific implementation of IKEEXT_NTLM_V2_AUTHENTICATION. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

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