3 writes to _smartcardLogonRequired
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
129return _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)
427return _smartcardLogonRequired;