Click or drag to resize
Galactic API

UserSetPassword Method

Sets the password of the user.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool SetPassword(
	string password
)

Parameters

password
Type: SystemString
The new password to use for the user.

Return Value

Type: Boolean
True if the password was set, false otherwise.
See Also