Active directory SID
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am able to fetch the SID of the user from Active Directory in C#, and I am looking for a way of converting this SID to string format. Also it is required to convert string format to SID using C#. The code sample for converting from a binary SID to a String SID is easily available, and I can find a C++ function to do this. Is there any way to do in c# Regards Sar.