Click or drag to resize

BridgedSecurityRepositoryServiceGetSecurityEntity Method

Get the data object for the provided principal

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public SecurityEntity GetSecurityEntity(
	IPrincipal principal
)

Parameters

principal  IPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.Client.Upstream.Repositories.BridgedSecurityRepositoryService.GetSecurityEntity(System.Security.Principal.IPrincipal)"]

Return Value

SecurityEntity

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Repositories.BridgedSecurityRepositoryService.GetSecurityEntity(System.Security.Principal.IPrincipal)"]

Implements

ISecurityRepositoryServiceGetSecurityEntity(IPrincipal)
See Also