SecPkgContext_TargetInformation structure (sspi.h)
La structure SecPkgContext_TargetInformation retourne des informations sur les informations d’identification utilisées pour le contexte de sécurité. Cette structure est retournée par la fonction QueryContextAttributes (Général).
Syntaxe
typedef struct _SecPkgContext_TargetInformation {
unsigned long MarshalledTargetInfoLength;
unsigned char *MarshalledTargetInfo;
} SecPkgContext_TargetInformation, *PSecPkgContext_TargetInformation;
Membres
MarshalledTargetInfoLength
Taille, en octets, de MarshalledTargetInfo.
MarshalledTargetInfo
Tableau d’octets qui représentent les informations d’identification, si des informations d’identification sont fournies par un gestionnaire d’informations d’identification.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | sspi.h (include Security.h) |