12 references to AcctInfoPermittedLogonTimes
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (5)
74return _owningPrincipal.HandleGet<byte[]>(ref _permittedLogonTimes, PropertyNames.AcctInfoPermittedLogonTimes, ref _permittedLogonTimesLoaded); 85if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoPermittedLogonTimes)) 315case (PropertyNames.AcctInfoPermittedLogonTimes): 376case (PropertyNames.AcctInfoPermittedLogonTimes): 420case (PropertyNames.AcctInfoPermittedLogonTimes):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
423{PropertyNames.AcctInfoPermittedLogonTimes, "logonHours", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
727{PropertyNames.AcctInfoPermittedLogonTimes, "logonhours", new FromLdapConverterDelegate(BinaryFromLdapConverter), new ToLdapConverterDelegate(BinaryToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
198public const string PropertyNameStatic = PropertyNames.AcctInfoPermittedLogonTimes;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (3)
671{PropertyNames.AcctInfoPermittedLogonTimes, typeof(UserPrincipal), "LoginHours", new FromWinNTConverterDelegate(BinaryFromWinNTConverter), new ToWinNTConverterDelegate(LogonHoursToWinNTConverter)}, 709{PropertyNames.AcctInfoPermittedLogonTimes, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)}, 928Debug.Assert(propertyName == PropertyNames.AcctInfoPermittedLogonTimes);
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
291PropertyNames.AcctInfoPermittedLogonTimes,