Share via


IPSEC_ID0 (Compact 2013)

3/26/2014

This structure contains information corresponding to identities that are authenticated by IPSec.

Syntax

typedef struct IPSEC_ID0_ {
  wchar_t* mmTargetName;
  wchar_t* emTargetName;
  UINT32 numTokens;
  IPSEC_TOKEN0* tokens;
  UINT64 explicitCredentials;
  UINT64 logonId;
} IPSEC_ID0;

Members

  • mmTargetName
    Optional main mode target service principal name (SPN). This is often the machine name.
  • emTargetName
    Optional extended mode target SPN. This is often the user name.
  • numTokens
    Optional. Number of IPSEC_TOKEN0 structures present in the tokens member.
  • tokens
    Optional array of IPSEC_TOKEN0 structures.
  • explicitCredentials
    Optional handle to explicit credentials.
  • logonId
    Optional handle to logon ID.

Requirements

Header

fwpmu.h

See Also

Reference

WFP IPsec Structures

Other Resources

Windows Filtering Platform