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
NAMEValue: 1 The name of the attribute. |
SYNTAXThe syntax of the attribute. |
RESTRICTIONSRestrictions on how the attribute can be used. |
DESCRIPTIONDescription of the attribute. |
VENDORIDThe vendor ID for Vendor Specific Attributes (VSA). |
LDAPNAMEThe Lightweight Directory Access Protocol (LDAP) name for the attribute. |
VENDORTYPEThe attribute type for Vendor Specific Attributes (VSA). |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | sdoias.h |