struttura KERB_CHANGEPASSWORD_REQUEST (ntsecapi.h)
La struttura KERB_CHANGEPASSWORD_REQUEST contiene informazioni utilizzate per modificare una password.
Sintassi
typedef struct _KERB_CHANGEPASSWORD_REQUEST {
KERB_PROTOCOL_MESSAGE_TYPE MessageType;
UNICODE_STRING DomainName;
UNICODE_STRING AccountName;
UNICODE_STRING OldPassword;
UNICODE_STRING NewPassword;
BOOLEAN Impersonating;
} KERB_CHANGEPASSWORD_REQUEST, *PKERB_CHANGEPASSWORD_REQUEST;
Members
MessageType
DomainName
UNICODE_STRING che contiene il nome di dominio dell'account per cui modificare la password.
AccountName
UNICODE_STRING che contiene il nome dell'account per cui modificare la password.
OldPassword
UNICODE_STRING che contiene la vecchia password da modificare.
NewPassword
UNICODE_STRING che contiene la nuova password.
Impersonating
TRUE se il client rappresenta un'altra entità di sicurezza. In caso contrario, false.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |