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