BenSelect Documentation
VerifyHashedPassword Method
See Also  Send Feedback
Selerix.Foundation.Security Namespace > PasswordHasher Class : VerifyHashedPassword Method
hashedPassword
The hash value for a user's stored password.
providedPassword
The password supplied for comparison.
Returns a Selerix.Foundation.PasswordVerificationResult indicating the result of a password hash comparison.

Syntax

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.

Remarks

Implementations of this method should be time consistent.

Requirements

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

See Also

© 2024 All Rights Reserved.