 | BridgedSecurityRepositoryServiceGetSecurityEntity Method |
Get the data object for the provided principal
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic SecurityEntity GetSecurityEntity(
IPrincipal principal
)
Public Function GetSecurityEntity (
principal As IPrincipal
) As SecurityEntity
public:
virtual SecurityEntity^ GetSecurityEntity(
IPrincipal^ principal
) sealed
abstract GetSecurityEntity :
principal : IPrincipal -> SecurityEntity
override GetSecurityEntity :
principal : IPrincipal -> SecurityEntity 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