2 references to DateTimeToADFileTime
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
865if ((lockoutDuration + lockoutTime) > ((ulong)ADUtils.DateTimeToADFileTime(DateTime.UtcNow)))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1306long filetime = ADUtils.DateTimeToADFileTime(dt.Value);