Click or drag to resize

AdoDeviceIdentityProviderGetIdentity(Guid) Method

Gets the specified identity for an device.

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IDeviceIdentity GetIdentity(
	Guid sid
)

Parameters

sid  Guid
The security identifier of the device

Return Value

IDeviceIdentity
Returns the identity of the application.

Implements

IDeviceIdentityProviderServiceGetIdentity(Guid)
See Also