Click or drag to resize

UserManagementUtilsIsPasswordExpired Method

Determines if the password of a user is expired due to the password policy settings.

Namespace:  PDTec.IceNet.Domain.UserManagement
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static bool IsPasswordExpired(
	IDatabaseRepository pRepository,
	string userName
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
userName
Type: SystemString
The user name.

Return Value

Type: Boolean
true if the password is expired, otherwise false.
See Also