Click or drag to resize

BridgedSecurityRepositoryServiceUnlockUser Method

Unlocks a specific user.

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void UnlockUser(
	Guid userId
)

Parameters

userId  Guid
The id of the user to be unlocked.

Implements

ISecurityRepositoryServiceUnlockUser(Guid)
See Also