2.2.7.30 LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL_AES

The LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL_AES structure communicates identification and authentication information for a trusted domain. The following structure corresponds to the TrustedDomainFullInformationInternalAes information class (section 2.2.7.2).

 typedef struct _LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL_AES {
     LSAPR_TRUSTED_DOMAIN_INFORMATION_EX                Information;
     TRUSTED_POSIX_OFFSET_INFO                          PosixOffset;
     LSAPR_TRUSTED_DOMAIN_AUTH_INFORMATION_INTERNAL_AES AuthInformation;
 } LSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL_AES, *PLSAPR_TRUSTED_DOMAIN_FULL_INFORMATION_INTERNAL_AES;

Information: A structure containing Name, Sid, and TrustAttributes, as specified in section 2.2.7.9.

PosixOffset: Consists of any offset required for POSIX compliance, as specified in section 2.2.7.6.

AuthInformation: Contains authentication material, as specified in section 2.2.7.29.