3 references to LargeIntToInt64
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
853
ulong lockoutTime = (ulong)ADUtils.
LargeIntToInt64
((UnsafeNativeMethods.IADsLargeInteger)de.Properties["lockoutTime"][0]);
2527
long negativeLockoutDuration = ADUtils.
LargeIntToInt64
((UnsafeNativeMethods.IADsLargeInteger)domainNC.Properties["lockoutDuration"][0]);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1000
filetime = ADUtils.
LargeIntToInt64
((UnsafeNativeMethods.IADsLargeInteger)values[0]);