38 references to HandleGet
System.DirectoryServices.AccountManagement (38)
System\DirectoryServices\AccountManagement\AccountInfo.cs (11)
29
return _owningPrincipal.
HandleGet
<Nullable<DateTime>>(ref _accountLockoutTime, PropertyNames.AcctInfoAcctLockoutTime, ref _accountLockoutTimeLoaded);
41
return _owningPrincipal.
HandleGet
<Nullable<DateTime>>(ref _lastLogon, PropertyNames.AcctInfoLastLogon, ref _lastLogonLoaded);
56
return _owningPrincipal.
HandleGet
<PrincipalValueCollection<string>>(ref _permittedWorkstations, PropertyNames.AcctInfoPermittedWorkstations, ref _permittedWorkstationsLoaded);
74
return _owningPrincipal.
HandleGet
<byte[]>(ref _permittedLogonTimes, PropertyNames.AcctInfoPermittedLogonTimes, ref _permittedLogonTimesLoaded);
108
return _owningPrincipal.
HandleGet
<Nullable<DateTime>>(ref _expirationDate, PropertyNames.AcctInfoExpirationDate, ref _expirationDateChanged);
129
return _owningPrincipal.
HandleGet
<bool>(ref _smartcardLogonRequired, PropertyNames.AcctInfoSmartcardRequired, ref _smartcardLogonRequiredChanged);
150
return _owningPrincipal.
HandleGet
<bool>(ref _delegationPermitted, PropertyNames.AcctInfoDelegationPermitted, ref _delegationPermittedChanged);
171
return _owningPrincipal.
HandleGet
<int>(ref _badLogonCount, PropertyNames.AcctInfoBadLogonCount, ref _badLogonCountChanged);
183
return _owningPrincipal.
HandleGet
<string>(ref _homeDirectory, PropertyNames.AcctInfoHomeDirectory, ref _homeDirectoryChanged);
204
return _owningPrincipal.
HandleGet
<string>(ref _homeDrive, PropertyNames.AcctInfoHomeDrive, ref _homeDriveChanged);
225
return _owningPrincipal.
HandleGet
<string>(ref _scriptPath, PropertyNames.AcctInfoScriptPath, ref _scriptPathChanged);
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (2)
47
return
HandleGet
<bool>(ref _enabled, PropertyNames.AuthenticablePrincipalEnabled, ref _enabledChanged);
256
return
HandleGet
<X509Certificate2Collection>(ref _certificates,
System\DirectoryServices\AccountManagement\Computer.cs (1)
53
return
HandleGet
<PrincipalValueCollection<string>>(ref _servicePrincipalNames, PropertyNames.ComputerServicePrincipalNames, ref _servicePrincipalNamesLoaded);
System\DirectoryServices\AccountManagement\Group.cs (2)
68
return
HandleGet
<bool>(ref _isSecurityGroup, PropertyNames.GroupIsSecurityGroup, ref _isSecurityGroupChanged);
114
return
HandleGet
<GroupScope>(ref _groupScope, PropertyNames.GroupGroupScope, ref _groupScopeChanged);
System\DirectoryServices\AccountManagement\PasswordInfo.cs (6)
28
return _owningPrincipal.
HandleGet
<Nullable<DateTime>>(ref _lastPasswordSet, PropertyNames.PwdInfoLastPasswordSet, ref _lastPasswordSetLoaded);
40
return _owningPrincipal.
HandleGet
<Nullable<DateTime>>(ref _lastBadPasswordAttempt, PropertyNames.PwdInfoLastBadPasswordAttempt, ref _lastBadPasswordAttemptLoaded);
52
return _owningPrincipal.
HandleGet
<bool>(ref _passwordNotRequired, PropertyNames.PwdInfoPasswordNotRequired, ref _passwordNotRequiredChanged);
70
return _owningPrincipal.
HandleGet
<bool>(ref _passwordNeverExpires, PropertyNames.PwdInfoPasswordNeverExpires, ref _passwordNeverExpiresChanged);
92
_owningPrincipal.
HandleGet
<bool>(ref _cannotChangePassword, PropertyNames.PwdInfoCannotChangePassword, ref _cannotChangePasswordChanged);
118
return _owningPrincipal.
HandleGet
<bool>(ref _allowReversiblePasswordEncryption, PropertyNames.PwdInfoAllowReversiblePasswordEncryption, ref _allowReversiblePasswordEncryptionChanged);
System\DirectoryServices\AccountManagement\Principal.cs (10)
70
return
HandleGet
<string>(ref _description, PropertyNames.PrincipalDescription, ref _descriptionChanged);
94
return
HandleGet
<string>(ref _displayName, PropertyNames.PrincipalDisplayName, ref _displayNameChanged);
120
return
HandleGet
<string>(ref _samName, PropertyNames.PrincipalSamAccountName, ref _samNameChanged);
145
return
HandleGet
<string>(ref _userPrincipalName, PropertyNames.PrincipalUserPrincipalName, ref _userPrincipalNameChanged);
168
return
HandleGet
<SecurityIdentifier>(ref _sid, PropertyNames.PrincipalSid, ref _sidChanged);
182
return
HandleGet
<Nullable<Guid>>(ref _guid, PropertyNames.PrincipalGuid, ref _guidChanged);
196
return
HandleGet
<string>(ref _distinguishedName, PropertyNames.PrincipalDistinguishedName, ref _distinguishedNameChanged);
211
return
HandleGet
<string>(ref _structuralObjectClass, PropertyNames.PrincipalStructuralObjectClass, ref _structuralObjectClassChanged);
236
return
HandleGet
<string>(ref _samName, PropertyNames.PrincipalSamAccountName, ref _samNameChanged);
240
return
HandleGet
<string>(ref _name, PropertyNames.PrincipalName, ref _nameChanged);
System\DirectoryServices\AccountManagement\User.cs (6)
51
return
HandleGet
<string>(ref _givenName, PropertyNames.UserGivenName, ref _givenNameChanged);
72
return
HandleGet
<string>(ref _middleName, PropertyNames.UserMiddleName, ref _middleNameChanged);
93
return
HandleGet
<string>(ref _surname, PropertyNames.UserSurname, ref _surnameChanged);
114
return
HandleGet
<string>(ref _emailAddress, PropertyNames.UserEmailAddress, ref _emailAddressChanged);
135
return
HandleGet
<string>(ref _voiceTelephoneNumber, PropertyNames.UserVoiceTelephoneNumber, ref _voiceTelephoneNumberChanged);
156
return
HandleGet
<string>(ref _employeeID, PropertyNames.UserEmployeeID, ref _employeeIDChanged);