Establishing a Client Context from a SID in C++
Use a security identifier (SID) to identify a user, group, or computer account. Use SIDs to check access rights to resources.
Topic | Description |
---|---|
Searching for a SID in an Access Token in C++ | Find a SID in an access token. |
Converting a Binary SID to String Format in C++ | Convert a SID to and from string format. |