IKEEXT_CREDENTIALS1 structure (iketypes.h)
The IKEEXT_CREDENTIALS1 structure is used to store multiple credential pairs. IKEEXT_CREDENTIALS0 is available.
Syntax
typedef struct IKEEXT_CREDENTIALS1_ {
UINT32 numCredentials;
IKEEXT_CREDENTIAL_PAIR1 *credentials;
} IKEEXT_CREDENTIALS1;
Members
numCredentials
Number of IKEEXT_CREDENTIAL_PAIR1 structures in the array.
credentials
[size_is(numCredentials)]
Pointer to an array of IKEEXT_CREDENTIAL_PAIR1 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 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | iketypes.h |