Click or drag to resize

RemoteSecurityRepositoryLockUser Method

Lock a user

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

Parameters

userId
Type: SystemGuid

[Missing <param name="userId"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.LockUser(System.Guid)"]

Implements

ISecurityRepositoryServiceLockUser(Guid)
See Also