In VB6, I had a few API calls that authenticated a user's password and provided a list of the groups the user belonged to. In .NET, I get a bunch of errors about StrPtr, As Any, and a few other API parameter errors. Does anyone know what .NET options exist for validating a user/password and getting the group membership list?