Justine Krejcha

Results 3 comments of Justine Krejcha

For reference, [GetSecurityInfo](https://learn.microsoft.com/en-us/windows/win32/api/aclapi/nf-aclapi-getsecurityinfo) will return the SID of the user and group\*. Another question is how to handle SIDs that can't be mapped to a username. This is a common...

I've done some testing and this appears to also happens in any place where you don't have access to view the thing.

Alright. It looks like .NET 7 and below doesn't have the optimization anyway potentially (it replaces with a call to `Buffer.Memmove`, indirection to `GetSpan` removed for sake of example). Output...