We are currently using System.DirectoryServices to import AD users into our software. Microsoft has now announced that in future this will only work via LDAPs.
Some colleagues are concerned that System.DirectoryServices can no longer be used and that System.DirectoryServices.AccountManagement must be used instead. Are you justified in worrying or will System.DirectoryServices continue to function without any problems in the future?