8 references to AcctInfoAcctLockoutTime
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
29
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _accountLockoutTime, PropertyNames.
AcctInfoAcctLockoutTime
, ref _accountLockoutTimeLoaded);
300
case (PropertyNames.
AcctInfoAcctLockoutTime
):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
419
{PropertyNames.
AcctInfoAcctLockoutTime
, "lockoutTime", new FromLdapConverterDelegate(GenericDateTimeFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
723
{PropertyNames.
AcctInfoAcctLockoutTime
, "lockouttime", new FromLdapConverterDelegate(GenericDateTimeFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (2)
143
PropertyNames.
AcctInfoAcctLockoutTime
=> _lockoutTimeChanged,
169
PropertyNames.
AcctInfoAcctLockoutTime
=> _lockoutTimeVal,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
336
public const string PropertyNameStatic = PropertyNames.
AcctInfoAcctLockoutTime
;
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
275
PropertyNames.
AcctInfoAcctLockoutTime
,