11 references to AcctInfoPermittedWorkstations
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AccountInfo.cs (5)
53if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoPermittedWorkstations)) 56return _owningPrincipal.HandleGet<PrincipalValueCollection<string>>(ref _permittedWorkstations, PropertyNames.AcctInfoPermittedWorkstations, ref _permittedWorkstationsLoaded); 310case (PropertyNames.AcctInfoPermittedWorkstations): 373case (PropertyNames.AcctInfoPermittedWorkstations): 417case (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)
192public 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)
290PropertyNames.AcctInfoPermittedWorkstations,