2.2.3.7 AUTHZR_SECURITY_ATTRIBUTES_INFORMATION

The AUTHZR_SECURITY_ATTRUBUTES_INFORMATION structure specifies one or more security attributes.

 typedef struct _AUTHZR_SECURITY_ATTRIBUTES_INFORMATION {
     USHORT Version;
     USHORT Reserved;
     [range(0, 1024)] ULONG AttributeCount;
     [size_is(AttributeCount)] AUTHZR_SECURITY_ATTRIBUTE_V1* Attributes;
 } AUTHZR_SECURITY_ATTRIBUTES_INFORMATION;
  
  

Version:  The version of this structure. This value MUST be set to 0x0001.

Reserved:  Reserved.  This member MUST be set to zero when sent and MUST be ignored when received.

AttributeCount:  The number of attributes specified by the Attribute member. The number of attributes MUST be between zero and 1,024, inclusive.

Attributes: A pointer to an array of AUTHZR_SECURITY_ATTRIBUTE_V1 structures, defined in section 2.2.3.5.