| 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
)
Public Function GetSecurityUser (
key As Guid
) As SecurityUser
public:
virtual SecurityUser^ GetSecurityUser(
Guid key
) sealed
abstract GetSecurityUser :
key : Guid -> SecurityUser
override GetSecurityUser :
key : Guid -> SecurityUser
Parameters
- key
- Type: SystemGuid
The key.
Return Value
Type:
SecurityUserReturns the security user for the given key or null if no security user is found.
Implements
IAdministrationIntegrationServiceGetSecurityUser(Guid)See Also