Click or drag to resize

SQLiteIdentityServiceGetIdentity Method (String)

Gets an un-authenticated identity

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

Parameters

userName
Type: SystemString
User name.

Return Value

Type: IIdentity
The identity.

Implements

IIdentityProviderServiceGetIdentity(String)
See Also