Click or drag to resize
AuthManagerSetUserPassword Method
Set the password of a user account

Namespace: DrawerBackup.Native.Server.Auth
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void SetUserPassword(
	ref UserAccount account,
	string password
)

Parameters

account
Type: DrawerBackup.Native.Data.EntitiesUserAccount
password
Type: SystemString
See Also