Click or drag to resize

IPinAuthenticationServiceAuthenticate Method (String, Byte)

Authenticate with a numeric PIN

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

Parameters

username
Type: SystemString
The user being authenticated
pin
Type: SystemByte
The PIN number digits

Return Value

Type: IPrincipal
The authenticated principal
See Also