11 references to AcctInfoLastLogon
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
41
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _lastLogon, PropertyNames.
AcctInfoLastLogon
, ref _lastLogonLoaded);
305
case (PropertyNames.
AcctInfoLastLogon
):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (2)
420
{PropertyNames.
AcctInfoLastLogon
, "lastLogon", new FromLdapConverterDelegate(LastLogonFromLdapConverter), null},
421
{PropertyNames.
AcctInfoLastLogon
, "lastLogonTimestamp", new FromLdapConverterDelegate(LastLogonFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
724
{PropertyNames.
AcctInfoLastLogon
, "lastlogon", new FromLdapConverterDelegate(LastLogonFromLdapConverter), null},
725
{PropertyNames.
AcctInfoLastLogon
, "lastlogontimestamp", new FromLdapConverterDelegate(LastLogonFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AdvancedFilters.cs (2)
142
PropertyNames.
AcctInfoLastLogon
=> _logonTimeChanged,
168
PropertyNames.
AcctInfoLastLogon
=> _logonTimeVal,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
330
public const string PropertyNameStatic = PropertyNames.
AcctInfoLastLogon
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
669
{PropertyNames.
AcctInfoLastLogon
, typeof(UserPrincipal), "LastLogin", new FromWinNTConverterDelegate(DateFromWinNTConverter), null},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
274
PropertyNames.
AcctInfoLastLogon
,