Click or drag to resize

RemoteSecurityRepositoryGetUser Method (String)

Get user by user name

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

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.GetUser(System.String)"]

Return Value

Type: SecurityUser

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.GetUser(System.String)"]

Implements

ISecurityRepositoryServiceGetUser(String)
See Also