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