Home
last modified time | relevance | path

Searched refs:AcctInfoExpirationDate (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A DAccountInfo.cs109 …HandleGet<Nullable<DateTime>>(ref _expirationDate, PropertyNames.AcctInfoExpirationDate, ref _expi…
114 …incipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoExpirationDate))
118 PropertyNames.AcctInfoExpirationDate);
322 case (PropertyNames.AcctInfoExpirationDate): in LoadValueIntoProperty()
387 case (PropertyNames.AcctInfoExpirationDate): in GetChangeStatusForProperty()
424 case (PropertyNames.AcctInfoExpirationDate): in GetValueForProperty()
H A DStoreCtx.cs273 PropertyNames.AcctInfoExpirationDate,
336 if (p.GetChangeStatusForProperty(PropertyNames.AcctInfoExpirationDate) && in BuildQbeFilterDescription()
H A Dconstants.cs78 …internal const string AcctInfoExpirationDate = "AuthenticablePrincipal.AccountInfo.AccountExpirati… field in System.DirectoryServices.AccountManagement.PropertyNames
H A DQbeFilterDescription.cs208 public const string PropertyNameStatic = PropertyNames.AcctInfoExpirationDate;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/SAM/
H A DSAMStoreCtx_LoadStore.cs675 …{PropertyNames.AcctInfoExpirationDate, typeof(UserPrincipal), "AccountExpirationDate", new…
713 …{PropertyNames.AcctInfoExpirationDate, typeof(ComputerPrincipal), null, null, new…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AD/
H A DADAMStoreCtx.cs426 …{PropertyNames.AcctInfoExpirationDate, "accountExpires", new FromLdapConverterDelegate(…
H A DADStoreCtx_LoadStore.cs734 …{PropertyNames.AcctInfoExpirationDate, "accountexpires", new FromLdapConverterDelegate(…