14 references to AcctInfoSmartcardRequired
System.DirectoryServices.AccountManagement (14)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
129
return _owningPrincipal.HandleGet<bool>(ref _smartcardLogonRequired, PropertyNames.
AcctInfoSmartcardRequired
, ref _smartcardLogonRequiredChanged);
134
if (!_owningPrincipal.GetStoreCtxToUse().IsValidProperty(_owningPrincipal, PropertyNames.
AcctInfoSmartcardRequired
))
138
PropertyNames.
AcctInfoSmartcardRequired
);
326
case (PropertyNames.
AcctInfoSmartcardRequired
):
389
case (PropertyNames.
AcctInfoSmartcardRequired
):
426
case (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)
527
case PropertyNames.
AcctInfoSmartcardRequired
:
707
case PropertyNames.
AcctInfoSmartcardRequired
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
210
public 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)
292
PropertyNames.
AcctInfoSmartcardRequired
,