|
AuthManagerSetUserPassword Method |
Set the password of a user account
Namespace: DrawerBackup.Native.Server.AuthAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void SetUserPassword(
ref UserAccount account,
string password
)
Public Sub SetUserPassword (
ByRef account As UserAccount,
password As String
)
public:
void SetUserPassword(
UserAccount^% account,
String^ password
)
member SetUserPassword :
account : UserAccount byref *
password : string -> unit
Parameters
- account
- Type: DrawerBackup.Native.Data.EntitiesUserAccount
- password
- Type: SystemString
See Also