Click or drag to resize

LocalSecurityRepositoryGetUser Method (String)

Gets a specific user.

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityUser GetUser(
	string userName
)

Parameters

userName
Type: SystemString
The id of the user to retrieve.

Return Value

Type: SecurityUser
Returns the user.

Implements

ISecurityRepositoryServiceGetUser(String)
See Also