当前位置:网站首页>How to: configure ClickOnce trust prompt behavior
How to: configure ClickOnce trust prompt behavior
2022-07-03 11:18:00 【_ oP_ i】
Microsoft.Win32.RegistryKey key;
key = Microsoft.Win32.Registry.LocalMachine.CreateSubKey("SOFTWARE\\MICROSOFT\\.NETFramework\\Security\\TrustManager\\PromptingLevel");
key.SetValue("MyComputer", "Enabled");
key.SetValue("LocalIntranet", "Enabled");
key.SetValue("Internet", "AuthenticodeRequired");
key.SetValue("TrustedSites", "Enabled");
key.SetValue("UntrustedSites", "Disabled");
key.Close();
progam.cs To configure
Configure the ClickOnce Trust Prompt Behavior - Visual Studio (Windows) | Microsoft Docs
边栏推荐
猜你喜欢
Probability theory: application of convolution in calculating moving average
(二)进制
如何清理v$rman_backup_job_details视图 报错ORA-02030
Solution: jupyter notebook does not pop up the default browser
[proteus simulation] 16 channel water lamp composed of 74hc154 four wire to 12 wire decoder
Communication software development and Application
MATLAB extrait les données numériques d'un fichier txt irrégulier (simple et pratique)
Lecture 1 number field
After 8 years of industry thinking, the test director has a deeper understanding of test thinking
Google Earth Engine(GEE)——GHSL 全球人口网格数据集250米分辨率
随机推荐
The role and necessity of implementing serializable interface
EPS电动转向系统分析
Abandon the Internet after 00: don't want to enter a big factory after graduation, but go to the most fashionable Web3
线性表的双链表
Google Earth Engine(GEE)——当我们前后影像来弥补插值效果得时候,没有效果怎么办?
What are the strengths of "testers"?
面试题总结(2) IO模型,集合,NIO 原理,缓存穿透,击穿雪崩
在职美团测试工程师的这八年,我是如何成长的,愿技术人看完都有收获
Exclusive analysis | truth about resume and interview
The testing department of the company came to the king of the Post-00 roll, and the veteran exclaimed that it was really dry, but
Overview of testing theory
The manuscript will be revised for release tonight. But, still stuck here, maybe what you need is a paragraph.
软件测试工程师的5年之痒,讲述两年突破瓶颈经验
如何成为一名高级数字 IC 设计工程师(1-5)Verilog 编码语法篇:操作数
UI自动化测试如何走出困境?价值又如何体现?
Solve the problem that pycharm Chinese input method does not follow
搭建ADG后,实例2无法启动 ORA-29760: instance_number parameter not specified
英特尔13代酷睿旗舰曝光,单核5.5GHz
Kotlin's use of the no Arg compiler plug-in in gradle
one hot 独热码