Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.