3 writes to _smartcardLogonRequired
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
129
return _owningPrincipal.HandleGet<bool>(ref
_smartcardLogonRequired
, PropertyNames.AcctInfoSmartcardRequired, ref _smartcardLogonRequiredChanged);
137
_owningPrincipal.HandleSet<bool>(ref
_smartcardLogonRequired
, value, ref _smartcardLogonRequiredChanged,
327
_smartcardLogonRequired
= (bool)value;
1 reference to _smartcardLogonRequired
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
427
return
_smartcardLogonRequired
;