Click or drag to resize

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
)

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