CLAIM_SECURITY_ATTRIBUTES_INFORMATION struttura (winnt.h)
La struttura CLAIM_SECURITY_ATTRIBUTES_INFORMATION definisce gli attributi di sicurezza per l'attestazione.
Sintassi
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;
Members
Version
Versione dell'attributo di sicurezza. Questo deve essere CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1.
Reserved
Questo membro è attualmente riservato e deve essere zero quando si imposta un attributo e viene ignorato quando si ottiene un attributo.
AttributeCount
Numero di valori.
Attribute
L'attributo effettivo.
Attribute.pAttributeV1
Puntatore a una matrice contenente il membro AttributeCount della struttura CLAIM_SECURITY_ATTRIBUTE_V1 .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | winnt.h |