| 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
)
Public Function Authenticate (
userName As String,
pin As Byte()
) As IPrincipal
public:
virtual IPrincipal^ Authenticate(
String^ userName,
array<unsigned char>^ pin
) sealed
abstract Authenticate :
userName : string *
pin : byte[] -> IPrincipal
override Authenticate :
userName : string *
pin : byte[] -> IPrincipal
Parameters
- userName
- Type: SystemString
The user to authenticate - pin
- Type: SystemByte
The PIN number for that user
Return Value
Type:
IPrincipalThe authenticated user
Implements
IPinAuthenticationServiceAuthenticate(String, Byte)See Also