Click or drag to resize

SQLiteSecurityChallengeServiceAuthenticate Method

Authenticates the specified user in the database against the selected challenge and selected response

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IPrincipal Authenticate(
	string userName,
	Guid challengeKey,
	string response,
	string tfaSecret
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteSecurityChallengeService.Authenticate(System.String,System.Guid,System.String,System.String)"]

challengeKey
Type: SystemGuid

[Missing <param name="challengeKey"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteSecurityChallengeService.Authenticate(System.String,System.Guid,System.String,System.String)"]

response
Type: SystemString

[Missing <param name="response"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteSecurityChallengeService.Authenticate(System.String,System.Guid,System.String,System.String)"]

tfaSecret
Type: SystemString

[Missing <param name="tfaSecret"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteSecurityChallengeService.Authenticate(System.String,System.Guid,System.String,System.String)"]

Return Value

Type: IPrincipal

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteSecurityChallengeService.Authenticate(System.String,System.Guid,System.String,System.String)"]

Implements

ISecurityChallengeIdentityServiceAuthenticate(String, Guid, String, String)
See Also