Returns the SID of the specified Windows User
Find a file
Hannah Vernon a6d3fca799
Mergeing dev with incoming Main (#7)
* improved formatting (#4)

* Merge pull request #1 from HannahVernon/dev (#2)

* fixed formatting of some of the pInvoke calls. (#3)

* bringing main up to parity with dev (#6)

* Merge pull request #1 from HannahVernon/dev (#2)

* fixed formatting of some of the pInvoke calls. (#3)

* Create dotnet-desktop.yml

* Revert "fixed formatting of some of the pInvoke calls. (#3)"

This reverts commit 4c603ef980.

* Revert "Create dotnet-desktop.yml"

This reverts commit d0b734f979.

* Revert "Revert "fixed formatting of some of the pInvoke calls. (#3)""

This reverts commit 44010e012f.

* improved formatting (#4) (#5)

* Merge pull request #1 from HannahVernon/dev (#2)

* fixed formatting of some of the pInvoke calls. (#3)
2023-01-25 23:29:13 -06:00
.gitignore Initial commit 2023-01-25 14:33:05 -06:00
GetUserSid.csproj Initial Commit 2023-01-25 14:36:41 -06:00
GetUserSid.sln Initial Commit 2023-01-25 14:36:41 -06:00
LICENSE Initial commit 2023-01-25 14:33:05 -06:00
Program.cs Revert "Revert "fixed formatting of some of the pInvoke calls. (#3)"" 2023-01-25 16:01:33 -06:00
README.md Added README.md 2023-01-25 14:50:50 -06:00

GetUserSid by Hannah Vernon, 2023-01-25

Command-line utility for Windows that returns the Security Identifier of the specified user.