UserIsInPasswordHistory(Guid, String, String, Int32, DateTime) Method
Note: This API is now obsolete.
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[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
)
<ObsoleteAttribute("This method should be replaced with a call to IsInPasswordHistory(Guid userId, string password).")>
Public Shared Function IsInPasswordHistory (
userId As Guid,
passwordHash As String,
passwordSalt As String,
Optional limit As Integer = 5,
Optional utcOldest As DateTime = Nothing
) As Boolean
- userId Guid
-
- passwordHash String
-
- passwordSalt String
-
- limit Int32 (Optional)
-
- utcOldest DateTime (Optional)
-
Boolean