次の方法で共有


IKEEXT_CREDENTIAL_PAIR0 (Compact 2013)

3/26/2014

This structure is used to store credential information used for the authentication.

Syntax

typedef struct IKEEXT_CREDENTIAL_PAIR0_ {
  IKEEXT_CREDENTIAL0 localCredentials;
  IKEEXT_CREDENTIAL0 peerCredentials;
} IKEEXT_CREDENTIAL_PAIR0;

Members

  • localCredentials
    Local credentials used for authentication.

    See topic IKEEXT_CREDENTIALS0 for more information.

  • peerCredentials
    Peer credentials used for authentication.

    See topic IKEEXT_CREDENTIALS0 for more information.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Structures

Other Resources

Windows Filtering Platform