Condividi tramite


struttura AUTHZ_SECURITY_ATTRIBUTES_INFORMATION (authz.h)

La struttura AUTHZ_SECURITY_ATTRIBUTES_INFORMATION specifica uno o più attributi di sicurezza.

Sintassi

typedef struct _AUTHZ_SECURITY_ATTRIBUTES_INFORMATION {
  USHORT Version;
  USHORT Reserved;
  ULONG  AttributeCount;
  union {
    PAUTHZ_SECURITY_ATTRIBUTE_V1 pAttributeV1;
  } Attribute;
} AUTHZ_SECURITY_ATTRIBUTES_INFORMATION, *PAUTHZ_SECURITY_ATTRIBUTES_INFORMATION;

Members

Version

Versione di questa struttura. Attualmente l'unico valore supportato è 1.

Reserved

Riservato. Non usare.

AttributeCount

Numero di attributi specificati dal membro Attribute .

Attribute

Attribute.pAttributeV1

Matrice di AUTHZ_SECURITY_ATTRIBUTE_V1 strutture della lunghezza del membro AttributeCount .

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione authz.h

Vedi anche

AuthzModifySecurityAttributes