Click or drag to resize

SQLiteDeviceIdentityProviderServiceGetIdentity Method

Get the specified identity

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IIdentity GetIdentity(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteDeviceIdentityProviderService.GetIdentity(System.String)"]

Return Value

Type: IIdentity

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteDeviceIdentityProviderService.GetIdentity(System.String)"]

Implements

IDeviceIdentityProviderServiceGetIdentity(String)
See Also