2.2.7.15 LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION2

The LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION2 structure is used to communicate identification, POSIX compatibility, and authentication information for a trusted domain. The following structure corresponds to the TrustedDomainFullInformation2Internal information class.

 typedef struct _LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION2 {
   LSAPR_TRUSTED_DOMAIN_INFORMATION_EX2 Information;
   TRUSTED_POSIX_OFFSET_INFO PosixOffset;
   LSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION AuthInformation;
 } LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION2,
  *PLSAPR_TRUSTED_DOMAIN_FULL_INFORMATION2;

Information: A structure containing name, SID, and trust attributes, as specified in section 2.2.7.10.

PosixOffset: Any offset required for POSIX compliance, as specified in section 2.2.7.6.

AuthInformation: Authentication material, as specified in section 2.2.7.11.