| 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
)
Public Function Authenticate (
userName As String,
password As String
) As IPrincipal
public:
virtual IPrincipal^ Authenticate(
String^ userName,
String^ password
) sealed
abstract Authenticate :
userName : string *
password : string -> IPrincipal
override Authenticate :
userName : string *
password : string -> IPrincipal
Parameters
- userName
- Type: SystemString
The user to authenticate - password
- Type: SystemString
The password for that user
Return Value
Type:
IPrincipalThe authenticated user
Implements
IIdentityProviderServiceAuthenticate(String, String)See Also