| RemoteSecurityRepositoryGetSecurityEntity Method |
Get security entity base don principal
Namespace:
SanteDB.DisconnectedClient.Services.Remote
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
[Missing <param name="principal"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.GetSecurityEntity(System.Security.Principal.IPrincipal)"]
Return Value
Type:
SecurityEntity[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.GetSecurityEntity(System.Security.Principal.IPrincipal)"]
Implements
ISecurityRepositoryServiceGetSecurityEntity(IPrincipal)See Also