IKEEXT_CREDENTIAL_PAIR1 structure (iketypes.h)

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

 

Syntax

typedef struct IKEEXT_CREDENTIAL_PAIR1_ {
  IKEEXT_CREDENTIAL1 localCredentials;
  IKEEXT_CREDENTIAL1 peerCredentials;
} IKEEXT_CREDENTIAL_PAIR1;

Members

localCredentials

Local credentials used for authentication.

See IKEEXT_CREDENTIAL1 for more information.

peerCredentials

Peer credentials used for authentication.

See IKEEXT_CREDENTIAL1 for more information.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header iketypes.h

See also

IKEEXT_CREDENTIAL1

Windows Filtering Platform API Structures