Hi
I am trying to find the passwordexpirat iondate for a user. I am able to get that in active directory. The code is as follows
using (Domain domain = Domain.GetCurre ntDomain())
using (DirectoryEntry domainEntry = domain.GetDirec toryEntry())
{
long maxAge;
IADsLargeIntege r largeIntMaxAge = domainEntry.Pro perties["MaxPwdAge"].Value...