13 references to AcctInfoExpirationDate
System.DirectoryServices.AccountManagement (13)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
108return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _expirationDate, PropertyNames.AcctInfoExpirationDate, ref _expirationDateChanged); 113if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoExpirationDate)) 117PropertyNames.AcctInfoExpirationDate); 321case (PropertyNames.AcctInfoExpirationDate): 386case (PropertyNames.AcctInfoExpirationDate): 423case (PropertyNames.AcctInfoExpirationDate):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
424{PropertyNames.AcctInfoExpirationDate, "accountExpires", new FromLdapConverterDelegate(AcctExpirFromLdapConverter), new ToLdapConverterDelegate(AcctExpirToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
728{PropertyNames.AcctInfoExpirationDate, "accountexpires", new FromLdapConverterDelegate(AcctExpirFromLdapConverter), new ToLdapConverterDelegate(AcctExpirToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
204public const string PropertyNameStatic = PropertyNames.AcctInfoExpirationDate;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
672{PropertyNames.AcctInfoExpirationDate, typeof(UserPrincipal), "AccountExpirationDate", new FromWinNTConverterDelegate(DateFromWinNTConverter), new ToWinNTConverterDelegate(AcctExpirDateToNTConverter)}, 710{PropertyNames.AcctInfoExpirationDate, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (2)
272PropertyNames.AcctInfoExpirationDate, 335if (p.GetChangeStatusForProperty(PropertyNames.AcctInfoExpirationDate) &&