IKEEXT_CREDENTIAL_PAIR2 structure (iketypes.h)

The IKEEXT_CREDENTIAL_PAIR2 structure is used to store credential information used for the authentication. IKEEXT_CREDENTIAL_PAIR1 is available. For Windows Vista, IKEEXT_CREDENTIAL_PAIR0 is available.

 

Syntax

typedef struct IKEEXT_CREDENTIAL_PAIR2_ {
  IKEEXT_CREDENTIAL2 localCredentials;
  IKEEXT_CREDENTIAL2 peerCredentials;
} IKEEXT_CREDENTIAL_PAIR2;

Members

localCredentials

Type: IKEEXT_CREDENTIAL2

Local credentials used for authentication.

peerCredentials

Type: IKEEXT_CREDENTIAL2

Peer credentials used for authentication.

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_CREDENTIAL2

Windows Filtering Platform API Structures