Method | Description | |
---|---|---|
Authenticate ( string username, GuardedString password, bool returnUidOnly ) : |
Authenticates the user
|
|
PasswordChangeHandler ( |
||
changePassword ( System.DirectoryServices.DirectoryEntry directoryEntry, GuardedString gsNewPassword ) : void |
sets the _currentPassword variable Sets the _newPassword variable Does an administrative password change. The Directory entry must be created with username and password of a user with permission to change the password
|
|
changePassword ( System.DirectoryServices.DirectoryEntry directoryEntry, GuardedString gsCurrentPassword, GuardedString gsNewPassword ) : void |
Does a user password change. Must supply the currentpassword and the new password
|