9 references to PwdInfoLastPasswordSet
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
432
{PropertyNames.
PwdInfoLastPasswordSet
, "pwdLastSet", new FromLdapConverterDelegate(GenericDateTimeFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
736
{PropertyNames.
PwdInfoLastPasswordSet
, "pwdlastset", new FromLdapConverterDelegate(GenericDateTimeFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (2)
144
PropertyNames.
PwdInfoLastPasswordSet
=> _passwordSetTimeChanged,
170
PropertyNames.
PwdInfoLastPasswordSet
=> _passwordSetTimeVal,
System\DirectoryServices\AccountManagement\PasswordInfo.cs (2)
28
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _lastPasswordSet, PropertyNames.
PwdInfoLastPasswordSet
, ref _lastPasswordSetLoaded);
250
case (PropertyNames.
PwdInfoLastPasswordSet
):
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
348
public const string PropertyNameStatic = PropertyNames.
PwdInfoLastPasswordSet
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
681
{PropertyNames.
PwdInfoLastPasswordSet
, typeof(UserPrincipal), "PasswordAge", new FromWinNTConverterDelegate(ElapsedTimeFromWinNTConverter), null},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
277
PropertyNames.
PwdInfoLastPasswordSet