UserIsInPasswordHistory(Guid, String, String, Int32, DateTime) Method

Note: This API is now obsolete.

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ObsoleteAttribute("This method should be replaced with a call to IsInPasswordHistory(Guid userId, string password).")]
public static bool IsInPasswordHistory(
	Guid userId,
	string passwordHash,
	string passwordSalt,
	int limit = 5,
	DateTime utcOldest = default
)

Parameters

userId  Guid
 
passwordHash  String
 
passwordSalt  String
 
limit  Int32  (Optional)
 
utcOldest  DateTime  (Optional)
 

Return Value

Boolean

See Also