Click or drag to resize

SQLiteIdentityServiceGetIdentity Method (Guid)

Get identity by UUID

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

Parameters

uuid
Type: SystemGuid

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

Return Value

Type: IIdentity

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

Implements

IIdentityProviderServiceGetIdentity(Guid)
See Also