PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Checks if the password that has been hashed by the login macro matches the password in the database.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public bool CheckHashedPassword(
	string userName,
	string hashedPassword,
	string[] challenges
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function CheckHashedPassword ( _
	userName As , _
	hashedPassword As , _
	challenges As () _
) As 

Parameters

userName
String
hashedPassword
String
challenges
array<String>[]()

Return Value

See Also

Advanced