1 write to UserCannotChangePassword
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
208
set { this.PasswordInfo.
UserCannotChangePassword
= value; }
1 reference to UserCannotChangePassword
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
207
get { return this.PasswordInfo.
UserCannotChangePassword
; }