Partager via


IPSEC_SA_AUTH_INFORMATION0 structure (ipsectypes.h)

La structure IPSEC_SA_AUTH_INFORMATION0 stocke des informations sur l’algorithme d’authentification d’une association de sécurité (SA) IPsec.

Syntaxe

typedef struct IPSEC_SA_AUTH_INFORMATION0_ {
  IPSEC_AUTH_TRANSFORM0 authTransform;
  FWP_BYTE_BLOB         authKey;
} IPSEC_SA_AUTH_INFORMATION0;

Membres

authTransform

Détails de l’algorithme d’authentification spécifiés par IPSEC_AUTH_TRANSFORM0.

authKey

Clé utilisée pour l’algorithme d’authentification stocké dans une structure FWP_BYTE_BLOB .

Notes

IPSEC_SA_AUTH_INFORMATION0 est une implémentation spécifique de IPSEC_SA_AUTH_INFORMATION. Pour plus d’informations , consultez WFP Version-Independent Names and Targeting Specific Versions of Windows .

Spécifications

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête ipsectypes.h

Voir aussi

FWP_BYTE_BLOB

IPSEC_AUTH_TRANSFORM0

Structures de l’API de plateforme de filtrage Windows