how to create password to folder using c#

后端 未结 2 560
野的像风
野的像风 2021-01-20 03:12

how to create password to windows folder using c#

shall I set password to folders when it is created.

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-20 04:06

    Something like this cannot be done using C#. The only real reliable way of achieving something like this is to write a kernal-mode File System Filter Driver. If you install the WDK there is an example called minispy Minifilter Sample which would be a good starting point for you.

提交回复
热议问题