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)
60
HandleSet
<bool>(ref _enabled, value.Value, ref _enabledChanged,
System\DirectoryServices\AccountManagement\Group.cs (2)
81
HandleSet
<bool>(ref _isSecurityGroup, value.Value, ref _isSecurityGroupChanged, PropertyNames.GroupIsSecurityGroup);
127
HandleSet
<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)
78
HandleSet
<string>(ref _description, value, ref _descriptionChanged, PropertyNames.PrincipalDescription);
102
HandleSet
<string>(ref _displayName, value, ref _displayNameChanged, PropertyNames.PrincipalDisplayName);
131
HandleSet
<string>(ref _samName, value, ref _samNameChanged, PropertyNames.PrincipalSamAccountName);
153
HandleSet
<string>(ref _userPrincipalName, value, ref _userPrincipalNameChanged, PropertyNames.PrincipalUserPrincipalName);
255
HandleSet
<string>(ref _samName, value, ref _samNameChanged, PropertyNames.PrincipalSamAccountName);
259
HandleSet
<string>(ref _name, value, ref _nameChanged, PropertyNames.PrincipalName);
System\DirectoryServices\AccountManagement\User.cs (6)
59
HandleSet
<string>(ref _givenName, value, ref _givenNameChanged,
80
HandleSet
<string>(ref _middleName, value, ref _middleNameChanged,
101
HandleSet
<string>(ref _surname, value, ref _surnameChanged,
122
HandleSet
<string>(ref _emailAddress, value, ref _emailAddressChanged,
143
HandleSet
<string>(ref _voiceTelephoneNumber, value, ref _voiceTelephoneNumberChanged,
164
HandleSet
<string>(ref _employeeID, value, ref _employeeIDChanged,