IPSEC_TOKEN_PRINCIPAL-Enumeration (ipsectypes.h)

Der IPSEC_TOKEN_PRINCIPAL aufgezählten Typ gibt einen Zugriffstokenprinzipal an.

Syntax

typedef enum IPSEC_TOKEN_PRINCIPAL_ {
  IPSEC_TOKEN_PRINCIPAL_LOCAL = 0,
  IPSEC_TOKEN_PRINCIPAL_PEER,
  IPSEC_TOKEN_PRINCIPAL_MAX
} IPSEC_TOKEN_PRINCIPAL;

Konstanten

 
IPSEC_TOKEN_PRINCIPAL_LOCAL
Wert: 0
Der Prinzipal für das IPsec-Zugriffstoken ist "Local".
IPSEC_TOKEN_PRINCIPAL_PEER
Der Prinzipal für das IPsec-Zugriffstoken ist "Peer".
IPSEC_TOKEN_PRINCIPAL_MAX
Maximaler Wert nur für Tests.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile ipsectypes.h

Weitere Informationen

IPSEC_TOKEN0