Convert SID into String From Array Byte SID

D

Dancan

Dim UsrSID As Byte() = CType(Child.Properties("objectSID").Value, Byte())

In UsrSID I have array Byte of SID Users.

I must Convert in String....

One solution is that to use API ConvertSidToStringSid(ADVAPI32.DLL) but this
functionally not implemented into Windows 9x....(i have tried also install
Extension for Active directory for Win9x)

Help Me....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top