12 references to AcctInfoPermittedLogonTimes
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AccountInfo.cs (5)
74
return _owningPrincipal.HandleGet<byte[]>(ref _permittedLogonTimes, PropertyNames.
AcctInfoPermittedLogonTimes
, ref _permittedLogonTimesLoaded);
85
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoPermittedLogonTimes
))
315
case (PropertyNames.
AcctInfoPermittedLogonTimes
):
376
case (PropertyNames.
AcctInfoPermittedLogonTimes
):
420
case (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)
198
public 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)},
928
Debug.Assert(propertyName == PropertyNames.
AcctInfoPermittedLogonTimes
);
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
291
PropertyNames.
AcctInfoPermittedLogonTimes
,