estructura CLAIM_SECURITY_ATTRIBUTES_INFORMATION (winnt.h)
La estructura CLAIM_SECURITY_ATTRIBUTES_INFORMATION define los atributos de seguridad de la notificación.
Sintaxis
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;
Miembros
Version
Versión del atributo de seguridad. Debe ser CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1.
Reserved
Este miembro está reservado actualmente y debe ser cero al establecer un atributo y se omite al obtener un atributo.
AttributeCount
El número de valores.
Attribute
El atributo real.
Attribute.pAttributeV1
Puntero a una matriz que contiene el miembro AttributeCount de la estructura CLAIM_SECURITY_ATTRIBUTE_V1 .
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2012 [solo aplicaciones de escritorio] |
Encabezado | winnt.h |