Click or drag to resize

IApplicationIdentityProviderServiceGetIdentity Method

Gets the specified identity for an application.

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IApplicationIdentity GetIdentity(
	string applicationName
)

Parameters

applicationName
Type: SystemString
The name of the application for which to retrieve the identity.

Return Value

Type: IApplicationIdentity
Returns the identity of the application.
See Also