| 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
)
Function Authenticate (
username As String,
pin As Byte()
) As IPrincipal
IPrincipal^ Authenticate(
String^ username,
array<unsigned char>^ pin
)
abstract Authenticate :
username : string *
pin : byte[] -> IPrincipal
Parameters
- username
- Type: SystemString
The user being authenticated - pin
- Type: SystemByte
The PIN number digits
Return Value
Type:
IPrincipalThe authenticated principal
See Also