Click or drag to resize

LocalSecurityRepositoryChangePassword Method (Guid, String)

Changes a user's password.

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityUser ChangePassword(
	Guid userId,
	string password
)

Parameters

userId
Type: SystemGuid
The id of the user.
password
Type: SystemString
The new password of the user.

Return Value

Type: SecurityUser
Returns the updated user.

Implements

ISecurityRepositoryServiceChangePassword(Guid, String)
See Also