structure CLAIM_SECURITY_ATTRIBUTES_INFORMATION (winnt.h)
La structure CLAIM_SECURITY_ATTRIBUTES_INFORMATION définit les attributs de sécurité de la revendication.
Syntaxe
typedef struct _CLAIM_SECURITY_ATTRIBUTES_INFORMATION {
WORD Version;
WORD Reserved;
DWORD AttributeCount;
union {
PCLAIM_SECURITY_ATTRIBUTE_V1 pAttributeV1;
} Attribute;
} CLAIM_SECURITY_ATTRIBUTES_INFORMATION, *PCLAIM_SECURITY_ATTRIBUTES_INFORMATION;
Membres
Version
Version de l’attribut de sécurité. Cela doit être CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1.
Reserved
Ce membre est actuellement réservé et doit être égal à zéro lors de la définition d’un attribut et est ignoré lors de l’obtention d’un attribut.
AttributeCount
Le nombre de valeurs.
Attribute
Attribut réel.
Attribute.pAttributeV1
Pointeur vers un tableau qui contient le membre AttributeCount de la structure CLAIM_SECURITY_ATTRIBUTE_V1 .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | winnt.h |