|
There is also good stuff on www.pinvoke.net and there is a nice managed
wrapper for all the .NET Security APIs (SIDs, tokens, ACLs, etc.) on GotDotNet: It is written in C#, but you can easily
use it in a VB.NET solution. If really need VB.NET code and have
trouble finding anything but C#, let me know. Joe K. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lou Vega There is an example here written in C#: http://www.codeproject.com/csharp/getusersid.asp (for the sid-to-string function
you’ll need to scroll down) r/ Lou -----Original Message----- Is anyone aware of a .Net function
to convert the binary form of a sid to the string form and vice versa? I
have found the c++ functions but I am trying to work specifically within the
.Net framework. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. |
Title: .Net Sid conversion Function
