PasswordHasherVerifyPasswordHash Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool VerifyPasswordHash(
	string password,
	string hash,
	out bool requiresUpgrade
)

Parameters

password  String
 
hash  String
 
requiresUpgrade  Boolean
 

Return Value

Boolean

See Also