2.2.7.7 LSAPR_TRUSTED_PASSWORD_INFO
The LSAPR_TRUSTED_PASSWORD_INFO structure is used to communicate trust-authentication material. The following structure corresponds to the TrustedPasswordInformation information class.
-
typedef struct _LSAPR_TRUSTED_PASSWORD_INFO { PLSAPR_CR_CIPHER_VALUE Password; PLSAPR_CR_CIPHER_VALUE OldPassword; } LSAPR_TRUSTED_PASSWORD_INFO, *PLSAPR_TRUSTED_PASSWORD_INFO;
Password: The current authentication material. See section 2.2.6.1.
OldPassword: The version prior to the current version of the authentication material. See section 2.2.6.1.