.NET
sdw2k.txt
Associated article: Windows 2000 Security Descriptors
Tags: .NET Security
Published source code accompanying the article by Marcelo Calbucci in which he examines Windows 2000 Security Descriptors--structures and associated data that contain the security information for securable objects. Also see SDW2K.ZIP.
Windows 2000 Security Descriptors by Marcelo Calbucci Example 1: (a) CSid Sid1(pSid); // pointer to a SID struct (b) CSid Sid2, Sid3; (c) Sid2.SetSidFromString(L"S-1-5-1234-1234"); (d) Sid3.SetSidFromName(L"MyDomainAdministrator"); (e) CSid Sid4(...


