Click or drag to resize

ISecurityRepositoryServiceGetProviderEntity Method

Gets the specified provider entity from the specified identity

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
Provider GetProviderEntity(
	IIdentity identity
)

Parameters

identity
Type: System.Security.PrincipalIIdentity
The identity to resolve to a provider

Return Value

Type: Provider
The provider entity if the user has one
See Also