Changes the password of the current computer account to a new one
Namespace: Inkostar.ClassesAssembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
public void ChangePassword(
string oldPassword,
string newPassword
)
Public Sub ChangePassword (
oldPassword As String,
newPassword As String
)
public:
virtual void ChangePassword(
String^ oldPassword,
String^ newPassword
) sealed
abstract ChangePassword :
oldPassword : string *
newPassword : string -> unit
override ChangePassword :
oldPassword : string *
newPassword : string -> unit Parameters
- oldPassword
- Type: SystemString
The user account old password - newPassword
- Type: SystemString
The user account new password
Reference