14 references to AcctInfoSmartcardRequired
System.DirectoryServices.AccountManagement (14)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
129return _owningPrincipal.HandleGet<bool>(ref _smartcardLogonRequired, PropertyNames.AcctInfoSmartcardRequired, ref _smartcardLogonRequiredChanged); 134if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.AcctInfoSmartcardRequired)) 138PropertyNames.AcctInfoSmartcardRequired); 326case (PropertyNames.AcctInfoSmartcardRequired): 389case (PropertyNames.AcctInfoSmartcardRequired): 426case (PropertyNames.AcctInfoSmartcardRequired):
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
425{PropertyNames.AcctInfoSmartcardRequired, "userAccountControl", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
729{PropertyNames.AcctInfoSmartcardRequired, "useraccountcontrol", new FromLdapConverterDelegate(UACFromLdapConverter), new ToLdapConverterDelegate(UACToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
527case PropertyNames.AcctInfoSmartcardRequired: 707case PropertyNames.AcctInfoSmartcardRequired:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
210public const string PropertyNameStatic = PropertyNames.AcctInfoSmartcardRequired;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
673{PropertyNames.AcctInfoSmartcardRequired, typeof(UserPrincipal), "UserFlags", new FromWinNTConverterDelegate(UserFlagsFromWinNTConverter), new ToWinNTConverterDelegate(UserFlagsToWinNTConverter)}, 711{PropertyNames.AcctInfoSmartcardRequired, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
292PropertyNames.AcctInfoSmartcardRequired,