I need to find out if a user in the BUILTIN\Users group actually exists once an administrator has filled the user name applet.
This is to prevent the admin operator from inadvertently adding faulty Logins to a SQL server instance.
I have had no problems working with the security tokens etc. up to now, but I am defeated in finding out if a specific name such as 'JoeSoap' actually exists in the correct group.
The other way to look at this would be that the admin user does not supply the name, but my security class actually picks up all the user names in the designated group and handles the logins automatically.
I have studied the AtlSecurity sample but havent been able to find what I am looking for.
Help is much appreciated.