UserIsInPasswordHistory(String, Guid, String, Int32, DateTime) 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 IsInPasswordHistory(
	string selectConnectionString,
	Guid userId,
	string password,
	int limit = 5,
	DateTime utcOldest = default
)

Parameters

selectConnectionString  String
 
userId  Guid
 
password  String
 
limit  Int32  (Optional)
 
utcOldest  DateTime  (Optional)
 

Return Value

Boolean

See Also