2.2.7.13 LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION
The LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION structure communicates identification, POSIX compatibility, and authentication information for a trusted domain. The following structure corresponds to the TrustedDomainFullInformation information class.
-
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;
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.11.