Click or drag to resize

UpstreamSecurityRepositoryChangePassword Method

Changes a user's password.

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public SecurityUser ChangePassword(
	Guid userId,
	string password
)

Parameters

userId  Guid
The id of the user.
password  String
The new password of the user.

Return Value

SecurityUser
Returns the updated user.

Implements

ISecurityRepositoryServiceChangePassword(Guid, String)
See Also