| 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
)
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
- 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