IDENTITY_ATTRIBUTE Structure
Contains metadata attribute information about an IDefinitionIdentity instance.
typedef struct _IDENTITY_ATTRIBUTE {
LPCWSTR pszNamespace;
LPCWSTR pszName;
LPCWSTR pszValue;
} IDENTITY_ATTRIBUTE;
Members
Member | Description |
---|---|
pszNamespace |
A pointer to a null terminated character string that contains the Namespace the attribute is in. |
pszName |
A pointer to a null terminated character string that contains the Name of the attribute. |
pszValue |
A pointer to a null terminated character string that contains the Value of the attribute |
Remarks
The IDENTITY_ATTRIBUTE structure contains three pointers to null terminated character strings. These three strings describe one attribute.
An instance of an IDENTITY_ATTRIBUTE structure is associated with an instance of an IDENTITY_ATTRIBUTE_BLOB structure.
The IDENTITY_ATTRIBUTE structure contains the actual strings, and the corresponding IDENTITY_ATTRIBUTE_BLOB structure lists the offsets to the three strings listed in the IDENTITY_ATTRIBUTE structure.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: isolation.h
.NET Framework Version: 2.0
See Also
Reference
IDefinitionIdentity Interface
IDENTITY_ATTRIBUTE_BLOB Structure