Click or drag to resize

LocalSecurityRepositoryGetUser Method (IIdentity)

Get the specified user based on identity

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

Parameters

identity
Type: System.Security.PrincipalIIdentity

[Missing <param name="identity"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalSecurityRepository.GetUser(System.Security.Principal.IIdentity)"]

Return Value

Type: SecurityUser

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalSecurityRepository.GetUser(System.Security.Principal.IIdentity)"]

Implements

ISecurityRepositoryServiceGetUser(IIdentity)
See Also