Contains information about a object class definition.
typedef struct
{
nuint32 classFlags ;
Asn1ID_T asn1ID ;
} Class_Info_T;
Class_Info_T = Record
classFlags : nuint32;
asn1ID : Asn1ID_T
End;
Specifies the type of object class (see Section 5.4, Class Flags).
Specifies an optional object identifier encoded using the ASN.1-BER rules. If no ASN.1 object identifier has been registered for the attribute, a zero-length octet string is specified. NetWare 5.x requires an ASN.1 identifier.