2.2.1.4.8 NETLOGON_VALIDATION_GENERIC_INFO2

The NETLOGON_VALIDATION_GENERIC_INFO2 structure defines a structure that contains account information in binary format. This structure is used by authentication protocols to return generic account information upon successful logon validation. For an example of using the NETLOGON_VALIDATION_GENERIC_INFO2 structure, see any of the examples in [MS-APDS].

 typedef struct _NETLOGON_VALIDATION_GENERIC_INFO2 {
   ULONG DataLength;
   [size_is(DataLength)] UCHAR * ValidationData;
 } NETLOGON_VALIDATION_GENERIC_INFO2,
  *PNETLOGON_VALIDATION_GENERIC_INFO2;

DataLength: An integer value that contains the length of the data referenced by ValidationData, in bytes.

ValidationData: A pointer to a buffer that contains the logon validation information.