AUTHZ_SECURITY_ATTRIBUTES_INFORMATION structure (authz.h)
The AUTHZ_SECURITY_ATTRIBUTES_INFORMATION structure specifies one or more security attributes.
Syntax
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
The version of this structure. Currently the only value supported is 1.
Reserved
Reserved. Do not use.
AttributeCount
The number of attributes specified by the Attribute member.
Attribute
Attribute.pAttributeV1
An array of AUTHZ_SECURITY_ATTRIBUTE_V1 structures of the length of the AttributeCount member.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | authz.h |