2 references to PasswordInfo
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (2)
176
_passwordInfo = new
PasswordInfo
(this);
409
_passwordInfo ??= new
PasswordInfo
(this);