IKEEXT_CREDENTIALS0 structure (iketypes.h)

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

 

Syntax

typedef struct IKEEXT_CREDENTIALS0_ {
  UINT32                  numCredentials;
  IKEEXT_CREDENTIAL_PAIR0 *credentials;
} IKEEXT_CREDENTIALS0;

Members

numCredentials

Number of IKEEXT_CREDENTIAL_PAIR0 structures in the array.

credentials

[size_is(numCredentials)]

Pointer to an array of IKEEXT_CREDENTIAL_PAIR0 structures.

Remarks

IKE has 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 Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

IKEEXT_CREDENTIAL_PAIR0

Windows Filtering Platform API Structures