Skip to content

Latest commit

 

History

History
79 lines (64 loc) · 2.89 KB

ns-winnt-claim_security_attributes_information.md

File metadata and controls

79 lines (64 loc) · 2.89 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winnt._CLAIM_SECURITY_ATTRIBUTES_INFORMATION
CLAIM_SECURITY_ATTRIBUTES_INFORMATION (winnt.h)
Defines the security attributes for the claim.
*PCLAIM_SECURITY_ATTRIBUTES_INFORMATION
CLAIM_SECURITY_ATTRIBUTES_INFORMATION
CLAIM_SECURITY_ATTRIBUTES_INFORMATION structure [Security]
PCLAIM_SECURITY_ATTRIBUTES_INFORMATION
PCLAIM_SECURITY_ATTRIBUTES_INFORMATION structure pointer [Security]
_CLAIM_SECURITY_ATTRIBUTES_INFORMATION
security.claim_security_attributes_information
winnt/CLAIM_SECURITY_ATTRIBUTES_INFORMATION
winnt/PCLAIM_SECURITY_ATTRIBUTES_INFORMATION
security\claim_security_attributes_information.htm
security
D7D9816E-1ECE-48CA-9F2F-0955572A0FCA
12/05/2018
*PCLAIM_SECURITY_ATTRIBUTES_INFORMATION, CLAIM_SECURITY_ATTRIBUTES_INFORMATION, CLAIM_SECURITY_ATTRIBUTES_INFORMATION structure [Security], PCLAIM_SECURITY_ATTRIBUTES_INFORMATION, PCLAIM_SECURITY_ATTRIBUTES_INFORMATION structure pointer [Security], _CLAIM_SECURITY_ATTRIBUTES_INFORMATION, security.claim_security_attributes_information, winnt/CLAIM_SECURITY_ATTRIBUTES_INFORMATION, winnt/PCLAIM_SECURITY_ATTRIBUTES_INFORMATION
winnt.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
CLAIM_SECURITY_ATTRIBUTES_INFORMATION, *PCLAIM_SECURITY_ATTRIBUTES_INFORMATION
19H1
_CLAIM_SECURITY_ATTRIBUTES_INFORMATION
winnt/_CLAIM_SECURITY_ATTRIBUTES_INFORMATION
PCLAIM_SECURITY_ATTRIBUTES_INFORMATION
winnt/PCLAIM_SECURITY_ATTRIBUTES_INFORMATION
CLAIM_SECURITY_ATTRIBUTES_INFORMATION
winnt/CLAIM_SECURITY_ATTRIBUTES_INFORMATION
c++
APIRef
kbSyntax
HeaderDef
Winnt.h
CLAIM_SECURITY_ATTRIBUTES_INFORMATION

CLAIM_SECURITY_ATTRIBUTES_INFORMATION structure

-description

The CLAIM_SECURITY_ATTRIBUTES_INFORMATION structure defines the security attributes for the claim.

-struct-fields

-field Version

The version of the security attribute. This must be CLAIM_SECURITY_ATTRIBUTES_INFORMATION_VERSION_V1.

-field Reserved

This member is currently reserved and must be zero when setting an attribute and is ignored when getting an attribute.

-field AttributeCount

The number of values.

-field Attribute

The actual attribute.

-field Attribute.pAttributeV1

Pointer to an array that contains the AttributeCount member of the CLAIM_SECURITY_ATTRIBUTE_V1 structure.