Click or drag to resize

IDeviceIdentityProviderServiceGetIdentity Method

Gets the specified identity for an device.

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

Parameters

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

Return Value

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