Click or drag to resize

LocalSecurityRepositoryGetSecurityEntity Method

Get the security entity from the specified principal

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityEntity GetSecurityEntity(
	IPrincipal principal
)

Parameters

principal
Type: System.Security.PrincipalIPrincipal
The principal to be fetched

Return Value

Type: SecurityEntity

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

Implements

ISecurityRepositoryServiceGetSecurityEntity(IPrincipal)
See Also