Is there a way to create a read-only key in C #?
When you create a subsection , you can grant permissions and also call SetAccessControl . Both of them use the RegistrySecurity class to represent ACLs.
SetAccessControl
RegistrySecurity
It is not as simple as read-only, but it should be able to represent what you want.
Source: https://habr.com/ru/post/1445700/More articles:How to deduce from the summary report - vhdlSmoothing in python NLTK - pythonfacebook ios user exchange with safari - iosMatlab, structural matrix form with matrices oriented correctly - structWhat are the Netty Channel state transitions? - udpopencv knearest neighbor - c ++Python3 audio processing - python-3.xDetecting a computer using JavaScript - javascriptRunning at the beginning of context creation - javaCalling a specialized function from another specialized function - c ++All Articles