Do the access levels and modifiers (private, sealed, etc) serve a security purpose in C#?

后端 未结 5 1015
一生所求
一生所求 2021-01-11 17:08

I\'ve seen that you can manipulate private and internal members using reflection. I\'ve also seen it said that a \'sealed\' class is more secure that one that isn\'t.

5条回答
提交回复
热议问题