IKEEXT_INTEGRITY_ALGORITHM0 structure (iketypes.h)

The IKEEXT_INTEGRITY_ALGORITHM0 structure stores the IKE/AuthIP hash algorithm.

Syntax

typedef struct IKEEXT_INTEGRITY_ALGORITHM0_ {
  IKEEXT_INTEGRITY_TYPE algoIdentifier;
} IKEEXT_INTEGRITY_ALGORITHM0;

Members

algoIdentifier

The type of hash algorithm.

See IKEEXT_INTEGRITY_TYPE for more information.

Remarks

IKEEXT_INTEGRITY_ALGORITHM0 is a specific implementation of IKEEXT_INTEGRITY_ALGORITHM. 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

IKEEXT_INTEGRITY_TYPE

Windows Filtering Platform API Structures