UserIsInPasswordHistory(String, Guid, String, Int32, DateTime) Method
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public static bool IsInPasswordHistory(
string selectConnectionString,
Guid userId,
string password,
int limit = 5,
DateTime utcOldest = default
)
Public Shared Function IsInPasswordHistory (
selectConnectionString As String,
userId As Guid,
password As String,
Optional limit As Integer = 5,
Optional utcOldest As DateTime = Nothing
) As Boolean
- selectConnectionString String
-
- userId Guid
-
- password String
-
- limit Int32 (Optional)
-
- utcOldest DateTime (Optional)
-
Boolean