<div class="content" name="LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION" uuid="9f9feebc-e9e1-41c1-8c48-02f83a227a14"><p>The LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION structure
communicates identification, POSIX compatibility, and authentication
information for a <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_f2f00d47-6cf2-4b32-b8f7-b63e38e2e9c4" data-linktype="relative-path">trusted domain</a></span>. The
following structure corresponds to the TrustedDomainFullInformation information
class.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION {
   LSAPR_TRUSTED_DOMAIN_INFORMATION_EX Information;
   TRUSTED_POSIX_OFFSET_INFO PosixOffset;
   LSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION AuthInformation;
 } LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION,
  *PLSAPR_TRUSTED_DOMAIN_FULL_INFORMATION;
</pre></div>
</dd></dl><p><b>Information:</b>  A structure containing
name, <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SID</a></span>, and <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_0b8230da-0fd8-492c-b84a-d8467c3dc1ef" data-linktype="relative-path">trust
attributes</a></span>, as specified in section <span><a href="f28f42b7-173c-4cda-9809-3fe4a5213ab3" data-linktype="relative-path">2.2.7.9</a></span>.</p><p><b>PosixOffset:</b>  Any offset required
for POSIX compliance, as specified in section <span><a href="b091ee7e-f5c3-4b48-8567-1b08ea002221" data-linktype="relative-path">2.2.7.6</a></span>.</p><p><b>AuthInformation:</b>  Authentication
material, as specified in section <span><a href="084fdb6b-5bc3-4912-9aed-0257159996dd" data-linktype="relative-path">2.2.7.11</a></span>.</p></div>