IKEEXT_CREDENTIAL_PAIR0 structure (iketypes.h)
The IKEEXT_CREDENTIAL_PAIR0 structure is used to store credential information used for the authentication. IKEEXT_CREDENTIAL_PAIR2 is available.
Syntax
typedef struct IKEEXT_CREDENTIAL_PAIR0_ {
IKEEXT_CREDENTIAL0 localCredentials;
IKEEXT_CREDENTIAL0 peerCredentials;
} IKEEXT_CREDENTIAL_PAIR0;
Members
localCredentials
Local credentials used for authentication.
See IKEEXT_CREDENTIAL0 for more information.
peerCredentials
Peer credentials used for authentication.
See IKEEXT_CREDENTIAL0 for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | iketypes.h |