Tagged Questions

3
votes
1answer
2k views

ASP.NET - Get the Principal / Relative Identifier (RID) for a DirectoryEntry / SID

I am using Active Directory in a custom MembershipProvider class to authenticate users in an ASP.NET 2.0 intranet application and associate their sid with a profile for the application. When the ...
2
votes
3answers
1k views

VB.NET - How to Convert SID to Group Name with Active Directory

Using VB.NET, How do you Convert the sid to Group Name with Active Directory? example: I need to get "group_test" and not "S-1-5-32-544" The code I'm using is: Public ReadOnly Property Groups As ...