ActiveDirectoryUserObjectChangePassword Method ACDLib API Documentation
Changes the password of the current user account to a new one

Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public void ChangePassword(
	string oldPassword,
	string newPassword
)

Parameters

oldPassword
Type: SystemString
The user account old password
newPassword
Type: SystemString
The user account new password
See Also

Reference