Click or drag to resize

BridgedSecurityRepositoryServiceGetProviderEntity Method

Gets the specified provider entity from the specified identity

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public Provider GetProviderEntity(
	IIdentity identity
)

Parameters

identity  IIdentity
The identity to resolve to a provider

Return Value

Provider
The provider entity if the user has one

Implements

ISecurityRepositoryServiceGetProviderEntity(IIdentity)
See Also