13 references to AcctInfoExpirationDate
System.DirectoryServices.AccountManagement (13)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
108
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _expirationDate, PropertyNames.
AcctInfoExpirationDate
, ref _expirationDateChanged);
113
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoExpirationDate
))
117
PropertyNames.
AcctInfoExpirationDate
);
321
case (PropertyNames.
AcctInfoExpirationDate
):
386
case (PropertyNames.
AcctInfoExpirationDate
):
423
case (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)
204
public 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)
272
PropertyNames.
AcctInfoExpirationDate
,
335
if (p.GetChangeStatusForProperty(PropertyNames.
AcctInfoExpirationDate
) &&