Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The values of the ATTRIBUTEINFO type enumerate characteristics of a specified attribute.
Syntax
typedef enum _ATTRIBUTEINFO {
NAME = 1,
SYNTAX,
RESTRICTIONS,
DESCRIPTION,
VENDORID,
LDAPNAME,
VENDORTYPE
} ATTRIBUTEINFO;
Constants
NAME Value: 1 The name of the attribute. |
SYNTAX The syntax of the attribute. |
RESTRICTIONS Restrictions on how the attribute can be used. |
DESCRIPTION Description of the attribute. |
VENDORID The vendor ID for Vendor Specific Attributes (VSA). |
LDAPNAME The Lightweight Directory Access Protocol (LDAP) name for the attribute. |
VENDORTYPE The attribute type for Vendor Specific Attributes (VSA). |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Header | sdoias.h |