windows-security
Do spawned threads automatically run as the identity of the user?
ie static void Main(string[] args) { var thread = new Thread(WhoAmI); thread.Start(); } static void WhoAmI()[详细]
2022-12-16 08:36 分类:问答Windows File security, removing an access rule
I have the following code, that should remove the access of users from a certain folder.Unfortunately it doesn\'t (the access rule remains in place).No exception is thrown.[详细]
2022-12-10 07:52 分类:问答How can I get the current user's SID in VB6?
I have some old code that we have to maintain in VB6.We need to add the ability for it to look up the current user\'s SID.Can anyone point me to some code that shows how to do that?Thanks in adva开发者[详细]
2022-12-09 14:20 分类:问答