Contains the eDirectory information for the attributes that use the Octet String syntax.
typedef struct
{
nuint32 length ;
pnuint8 data ;
} Octet_String_T;
Octet_String_T = Record
length : nuint32;
data : pnuint8
End;
Specifies, in bytes, the length of the string.
Points to the string.