25 references to HandleSet
System.DirectoryServices.AccountManagement (25)
System\DirectoryServices\AccountManagement\AccountInfo.cs (6)
116_owningPrincipal.HandleSet<Nullable<DateTime>>(ref _expirationDate, value, ref _expirationDateChanged, 137_owningPrincipal.HandleSet<bool>(ref _smartcardLogonRequired, value, ref _smartcardLogonRequiredChanged, 158_owningPrincipal.HandleSet<bool>(ref _delegationPermitted, value, ref _delegationPermittedChanged, 191_owningPrincipal.HandleSet<string>(ref _homeDirectory, value, ref _homeDirectoryChanged, 212_owningPrincipal.HandleSet<string>(ref _homeDrive, value, ref _homeDriveChanged, 233_owningPrincipal.HandleSet<string>(ref _scriptPath, value, ref _scriptPathChanged,
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
60HandleSet<bool>(ref _enabled, value.Value, ref _enabledChanged,
System\DirectoryServices\AccountManagement\Group.cs (2)
81HandleSet<bool>(ref _isSecurityGroup, value.Value, ref _isSecurityGroupChanged, PropertyNames.GroupIsSecurityGroup); 127HandleSet<GroupScope>(ref _groupScope, value.Value, ref _groupScopeChanged, PropertyNames.GroupGroupScope);
System\DirectoryServices\AccountManagement\PasswordInfo.cs (4)
57_owningPrincipal.HandleSet<bool>(ref _passwordNotRequired, value, ref _passwordNotRequiredChanged, 75_owningPrincipal.HandleSet<bool>(ref _passwordNeverExpires, value, ref _passwordNeverExpiresChanged, 105_owningPrincipal.HandleSet<bool>(ref _cannotChangePassword, value, ref _cannotChangePasswordChanged, 123_owningPrincipal.HandleSet<bool>(ref _allowReversiblePasswordEncryption, value, ref _allowReversiblePasswordEncryptionChanged,
System\DirectoryServices\AccountManagement\Principal.cs (6)
78HandleSet<string>(ref _description, value, ref _descriptionChanged, PropertyNames.PrincipalDescription); 102HandleSet<string>(ref _displayName, value, ref _displayNameChanged, PropertyNames.PrincipalDisplayName); 131HandleSet<string>(ref _samName, value, ref _samNameChanged, PropertyNames.PrincipalSamAccountName); 153HandleSet<string>(ref _userPrincipalName, value, ref _userPrincipalNameChanged, PropertyNames.PrincipalUserPrincipalName); 255HandleSet<string>(ref _samName, value, ref _samNameChanged, PropertyNames.PrincipalSamAccountName); 259HandleSet<string>(ref _name, value, ref _nameChanged, PropertyNames.PrincipalName);
System\DirectoryServices\AccountManagement\User.cs (6)
59HandleSet<string>(ref _givenName, value, ref _givenNameChanged, 80HandleSet<string>(ref _middleName, value, ref _middleNameChanged, 101HandleSet<string>(ref _surname, value, ref _surnameChanged, 122HandleSet<string>(ref _emailAddress, value, ref _emailAddressChanged, 143HandleSet<string>(ref _voiceTelephoneNumber, value, ref _voiceTelephoneNumberChanged, 164HandleSet<string>(ref _employeeID, value, ref _employeeIDChanged,