Click or drag to resize

SQLiteIdentityServiceAuthenticate Method (String, Byte)

Authenticates a user with a local device PIN

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

Parameters

userName
Type: SystemString
The user to authenticate
pin
Type: SystemByte
The PIN number for that user

Return Value

Type: IPrincipal
The authenticated user

Implements

IPinAuthenticationServiceAuthenticate(String, Byte)
See Also