CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Security ID

  1. #1
    Join Date
    May 1999
    Posts
    89

    Security ID


    Anybody know how to convert a NT SID structure into a string like

    s-1-5-21-1131437485-xxxxxxxx-xxxxxxxx-xxxx ????


  2. #2
    Guest

    Re: Security ID

    In the MSDN library there is a sample application called "TextSID". On of the functions is GetTextualSid(), which does exactly what you want. Of course, it is also Micro$oft gobbledy-gook code at its finest.

    Cheers!
    Humble Programmer
    ,,,^..^,,,


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured