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: 6.0.0.0 (6.0.6225.27214)
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