IKEEXT_CREDENTIALS2 structure (iketypes.h)

The IKEEXT_CREDENTIALS2 structure is used to store multiple credential pairs. IKEEXT_CREDENTIALS1 is available. For Windows Vista, IKEEXT_CREDENTIALS0 is available.

 

Syntax

typedef struct IKEEXT_CREDENTIALS2_ {
  UINT32                  numCredentials;
  IKEEXT_CREDENTIAL_PAIR2 *credentials;
} IKEEXT_CREDENTIALS2;

Members

numCredentials

Type: UINT32

Number of IKEEXT_CREDENTIAL_PAIR2 structures in the array.

credentials

Type: IKEEXT_CREDENTIAL_PAIR2*

[size_is(numCredentials)]

Pointer to an array of IKEEXT_CREDENTIAL_PAIR2 structures.

Remarks

IKE and IKEv2 have only 1 pair.

AuthIP has 1 pair, or 2 pairs if EM was enabled.

MM authentication is always index 0.

EM authentication, if it occurs, is index 1.

Requirements

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

See also

IKEEXT_CREDENTIAL_PAIR2

Windows Filtering Platform API Structures