23 references to NativeComInterfaces
System.Web (23)
Security\ADMembershipProvider.cs (23)
2640
DateTime lastBadPasswordAnswerTime = GetDateTimeFromLargeInteger((
NativeComInterfaces
.IAdsLargeInteger) PropertyManager.GetPropertyValue(userEntry, attributeMapFailedPasswordAnswerTime));
2813
NativeComInterfaces
.IAdsPathname pathCracker = (
NativeComInterfaces
.IAdsPathname) new
NativeComInterfaces
.Pathname();
3364
private DateTime GetDateTimeFromLargeInteger(
NativeComInterfaces
.IAdsLargeInteger largeIntValue)
3378
private
NativeComInterfaces
.IAdsLargeInteger GetLargeIntegerFromDateTime(DateTime dateTimeValue)
3388
NativeComInterfaces
.IAdsLargeInteger largeIntValue = (
NativeComInterfaces
.IAdsLargeInteger) new
NativeComInterfaces
.LargeInteger();
3503
NativeComInterfaces
.IAdsPathname pathCracker = (
NativeComInterfaces
.IAdsPathname) new
NativeComInterfaces
.Pathname();
3506
pathCracker.Set(adspath,
NativeComInterfaces
.ADS_SETTYPE_FULL);
3519
serverName = pathCracker.Retrieve(
NativeComInterfaces
.ADS_FORMAT_SERVER);
3530
creationContainerDN = containerDN = pathCracker.Retrieve(
NativeComInterfaces
.ADS_FORMAT_X500_DN);
3829
NativeComInterfaces
.IAdsLargeInteger largeIntValue = (
NativeComInterfaces
.IAdsLargeInteger) PropertyManager.GetPropertyValue(de, "lockoutDuration");
4000
NativeComInterfaces
.IAdsPathname pathCracker = (
NativeComInterfaces
.IAdsPathname) new
NativeComInterfaces
.Pathname();
4001
pathCracker.Set(dn,
NativeComInterfaces
.ADS_SETTYPE_DN);
4002
pathCracker.EscapedMode =
NativeComInterfaces
.ADS_ESCAPEDMODE_ON;
4003
path = path + "/" + pathCracker.Retrieve(
NativeComInterfaces
.ADS_FORMAT_X500_DN);