Click or drag to resize

BridgedSecurityRepositoryServiceGetApplication(IIdentity) Method

Gets the specified security application based on the principal

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

Parameters

identity  IIdentity

[Missing <param name="identity"/> documentation for "M:SanteDB.Client.Upstream.Repositories.BridgedSecurityRepositoryService.GetApplication(System.Security.Principal.IIdentity)"]

Return Value

SecurityApplication

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Repositories.BridgedSecurityRepositoryService.GetApplication(System.Security.Principal.IIdentity)"]

Implements

ISecurityRepositoryServiceGetApplication(IIdentity)
See Also