当前位置:网站首页>如何:配置 ClickOnce 信任提示行为
如何:配置 ClickOnce 信任提示行为
2022-07-03 09:55: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配置
Configure the ClickOnce Trust Prompt Behavior - Visual Studio (Windows) | Microsoft Docs
边栏推荐
- Extern keyword
- ByteDance layoffs, test engineers were almost destroyed: how terrible is the routine behind the recruitment of large factories?
- Have you learned the new technology to improve sales in 2021?
- Snownlp emotion analysis
- TypeScript学习总结
- 封装一个koa分布式锁中间件来解决幂等或重复请求的问题
- Cause: org. apache. ibatis. builder. Builderexception: error parsing SQL mapper configuration problem analysis
- File upload and download test point
- Test what the leader should do
- 线性表的双链表
猜你喜欢

游戏测试相关 测试一个英雄的技能(春招被问比较多的一道题)

Qt:qss custom qscrollbar instance

软件测试工程师的5年之痒,讲述两年突破瓶颈经验

2021 reading summary (continuously updating)

那些一門心思研究自動化測試的人,後來怎樣了?

What happened to those who focused on automated testing?

嵌入式软件测试怎么实现自动化测试?

Activity and fragment lifecycle

A simple method of adding dividing lines in recyclerview

Comment réaliser des tests automatisés pour les tests logiciels embarqués?
随机推荐
Qt:qss custom qheaderview instance
. Net core - a queuing system for wechat official account
How can UI automated testing get out of trouble? How to embody the value?
php服务器 与redis交互大量CLOSE_WAIT分析
年中了,准备了少量的自动化面试题,欢迎来自测
CorelDRAW Graphics Suite 2022新版功能详情介绍
如何让让别人畏惧你
在职美团测试工程师的这八年,我是如何成长的,愿技术人看完都有收获
Communication software development and Application
Inexplicable problems in the nesting of constraintlayout and relativelayout
【蓝桥杯选拔赛真题44】Scratch消灭骷髅军团 少儿编程scratch蓝桥杯选拔赛真题讲解
值得关注的15种软件测试趋势
redis那些事儿
Internet Socket (非)阻塞write/read n个字节
软件测试——Redis数据库
"Core values of testing" and "super complete learning guide for 0 basic software testing" summarized by test engineers for 8 years
8年测试工程师总结出来的《测试核心价值》与《0基础转行软件测试超全学习指南》
程序进程管理工具-go supervisor
10. Nacos source code construction
I have been doing software testing for three years, and my salary is less than 20K. Today, I put forward my resignation