6 references to IADsLargeInteger
System.DirectoryServices.AccountManagement (6)
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 (3)
1000
filetime = ADUtils.LargeIntToInt64((UnsafeNativeMethods.
IADsLargeInteger
)values[0]);
1296
UnsafeNativeMethods.
IADsLargeInteger
largeInt = (UnsafeNativeMethods.
IADsLargeInteger
)largeIntObj;
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (1)
315
internal static long LargeIntToInt64(UnsafeNativeMethods.
IADsLargeInteger
largeInt)