<div class="content" name="LSAPR_TRUST_INFORMATION" uuid="71e86cdd-ae19-4a02-9179-a2a103b383a0"><p>The LSAPR_TRUST_INFORMATION structure identifies a <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a></span>.</p><dl>
<dd>
<div><pre> typedef struct _LSAPR_TRUST_INFORMATION {
   RPC_UNICODE_STRING Name;
   PRPC_SID Sid;
 } LSAPR_TRUST_INFORMATION,
  *PLSAPR_TRUST_INFORMATION;
</pre></div>
</dd></dl><p><b>Name:</b>  This field contains a name
for the domain that is subject to the restrictions of a NetBIOS name, as
specified in <span><a href="https://go.microsoft.com/fwlink/?LinkId=90266" data-linktype="external">[RFC1088]</a></span>. This
value SHOULD be used (by implementations external to this protocol) to identify
the domain via the NetBIOS, as specified in [RFC1088].</p><p><b>Sid:</b>  The <span><a href="31ca2a31-0be4-4773-bcef-05ad6cd3ccfb#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SID</a></span> of the domain.
This field MUST NOT be NULL.</p></div>