fcSDK Documentation
ValidateEncryptedPassword Method (ClarifyApplication)

Password to validate against the hashed password.
Hashed password to validate against.
True if the Clarify instance is less than version 9.
Syntax
'Declaration
 
Public Shared Function ValidateEncryptedPassword( _
   ByVal password As String, _
   ByVal passHash As String, _
   ByVal pre9 As Boolean _
) As Boolean
public static bool ValidateEncryptedPassword( 
   string password,
   string passHash,
   bool pre9
)

Parameters

password
Password to validate against the hashed password.
passHash
Hashed password to validate against.
pre9
True if the Clarify instance is less than version 9.

Return Value

True if the password validates.
Remarks
This method reproduces Clarify style authentication. Normally you would pull the hashed password out of a database and compare it against the password entered by the user.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

ClarifyApplication Class
ClarifyApplication Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.