Click or drag to resize

SQLiteIdentityServiceAuthenticate Method (String, String)

Authenticates a user with usernae and password

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IPrincipal Authenticate(
	string userName,
	string password
)

Parameters

userName
Type: SystemString
The user to authenticate
password
Type: SystemString
The password for that user

Return Value

Type: IPrincipal
The authenticated user

Implements

IIdentityProviderServiceAuthenticate(String, String)
See Also