JScript | |
---|---|
public function VerifyHashedPassword( hashedPassword : String, providedPassword : String ) : PasswordVerificationResult; |
Parameters
- hashedPassword
- The hash value for a user's stored password.
- providedPassword
- The password supplied for comparison.
Return Value
A Selerix.Foundation.PasswordVerificationResult indicating the result of a password hash comparison.Implementations of this method should be time consistent.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family