Click or drag to resize

LocalSecurityRepositoryUnlockUser Method

Unlocks a specific user.

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void UnlockUser(
	Guid userId
)

Parameters

userId
Type: SystemGuid
The id of the user to be unlocked.

Implements

ISecurityRepositoryServiceUnlockUser(Guid)
See Also