7 references to IAdsLargeInteger
System.Web (7)
Security\ADMembershipProvider.cs (7)
2640
DateTime lastBadPasswordAnswerTime = GetDateTimeFromLargeInteger((NativeComInterfaces.
IAdsLargeInteger
) PropertyManager.GetPropertyValue(userEntry, attributeMapFailedPasswordAnswerTime));
3364
private DateTime GetDateTimeFromLargeInteger(NativeComInterfaces.
IAdsLargeInteger
largeIntValue)
3378
private NativeComInterfaces.
IAdsLargeInteger
GetLargeIntegerFromDateTime(DateTime dateTimeValue)
3388
NativeComInterfaces.
IAdsLargeInteger
largeIntValue = (NativeComInterfaces.
IAdsLargeInteger
) new NativeComInterfaces.LargeInteger();
3829
NativeComInterfaces.
IAdsLargeInteger
largeIntValue = (NativeComInterfaces.
IAdsLargeInteger
) PropertyManager.GetPropertyValue(de, "lockoutDuration");