Click or drag to resize

AmiIntegrationServiceGetSecurityUser Method

Gets the security user.

Namespace:  SanteDB.DisconnectedClient.Interop.AMI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityUser GetSecurityUser(
	Guid key
)

Parameters

key
Type: SystemGuid
The key.

Return Value

Type: SecurityUser
Returns the security user for the given key or null if no security user is found.

Implements

IAdministrationIntegrationServiceGetSecurityUser(Guid)
See Also