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)
173
if (
_passwordInfo
== null)
179
return
_passwordInfo
;
411
_passwordInfo
.LoadValueIntoProperty(propertyName, value);
457
if (
_passwordInfo
== null)
460
return
_passwordInfo
.GetChangeStatusForProperty(propertyName);
502
if (
_passwordInfo
== null)
509
return
_passwordInfo
.GetValueForProperty(propertyName);
529
_passwordInfo
?.ResetAllChangeStatus();