2.2.7.14 LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL

The LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL structure communicates identification and authentication information for a trusted domain. The following structure corresponds to the TrustedDomainFullInformationInternal information class.

 typedef struct _LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL {
   LSAPR_TRUSTED_DOMAIN_INFORMATION_EX Information;
   TRUSTED_POSIX_OFFSET_INFO PosixOffset;
   LSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION_INTERNAL AuthInformation;
 } LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL,
  *PLSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL;

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

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.12.