11 references to AcctInfoPermittedWorkstations
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AccountInfo.cs (5)
53
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoPermittedWorkstations
))
56
return _owningPrincipal.HandleGet<PrincipalValueCollection<string>>(ref _permittedWorkstations, PropertyNames.
AcctInfoPermittedWorkstations
, ref _permittedWorkstationsLoaded);
310
case (PropertyNames.
AcctInfoPermittedWorkstations
):
373
case (PropertyNames.
AcctInfoPermittedWorkstations
):
417
case (PropertyNames.
AcctInfoPermittedWorkstations
):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
422
{PropertyNames.
AcctInfoPermittedWorkstations
, "userWorkstations", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
726
{PropertyNames.
AcctInfoPermittedWorkstations
, "userworkstations", new FromLdapConverterDelegate(CommaStringFromLdapConverter), new ToLdapConverterDelegate(CommaStringToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
192
public const string PropertyNameStatic = PropertyNames.
AcctInfoPermittedWorkstations
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
670
{PropertyNames.
AcctInfoPermittedWorkstations
, typeof(UserPrincipal), "LoginWorkstations", new FromWinNTConverterDelegate(MultiStringFromWinNTConverter), new ToWinNTConverterDelegate(MultiStringToWinNTConverter)},
708
{PropertyNames.
AcctInfoPermittedWorkstations
, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
290
PropertyNames.
AcctInfoPermittedWorkstations
,