2 writes to _passwordInfo
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (2)
176_passwordInfo = new PasswordInfo(this); 409_passwordInfo ??= new PasswordInfo(this);
8 references to _passwordInfo
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (8)
173if (_passwordInfo == null) 179return _passwordInfo; 411_passwordInfo.LoadValueIntoProperty(propertyName, value); 457if (_passwordInfo == null) 460return _passwordInfo.GetChangeStatusForProperty(propertyName); 502if (_passwordInfo == null) 509return _passwordInfo.GetValueForProperty(propertyName); 529_passwordInfo?.ResetAllChangeStatus();