当前位置:网站首页>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
边栏推荐
- MATLAB extrait les données numériques d'un fichier txt irrégulier (simple et pratique)
- MATLAB提取不规则txt文件中的数值数据(简单且实用)
- VPP三层网络互联配置
- 栈,单调栈,队列,单调队列
- Tablespace creation management and control file management
- 大厂技术专家:工程师如何提升沟通能力?
- [true question of the Blue Bridge Cup trials 44] scratch eliminate the skeleton Legion children programming explanation of the true question of the Blue Bridge Cup trials
- 进程与线程
- 1. Hal driven development
- 2021 reading summary (continuously updating)
猜你喜欢

Probability theory: application of convolution in calculating moving average

I have been doing software testing for three years, and my salary is less than 20K. Today, I put forward my resignation

基于I2C协议的驱动开发

Error installing the specified version of pilot

I, a tester from a large factory, went to a state-owned enterprise with a 50% pay cut. I regret it
![[true question of the Blue Bridge Cup trials 44] scratch eliminate the skeleton Legion children programming explanation of the true question of the Blue Bridge Cup trials](/img/e0/c2b1fbe99939d44201401abf1b5a72.png)
[true question of the Blue Bridge Cup trials 44] scratch eliminate the skeleton Legion children programming explanation of the true question of the Blue Bridge Cup trials

UI自动化测试如何走出困境?价值又如何体现?

Overview of testing theory

可以写进简历的软件测试电商项目,不进来get一下?

面试题总结(2) IO模型,集合,NIO 原理,缓存穿透,击穿雪崩
随机推荐
Using activity to realize a simple inputable dialog box
Internet Socket (非)阻塞write/read n个字节
Hard goods | write all the codes as soon as you change the test steps? Why not try yaml to realize data-driven?
Encapsulation attempt of network request framework of retro + kotlin + MVVM
Lecture 1 number field
【obs】obs的ini格式的ConfigFile
Activity and fragment lifecycle
Résumé des questions d'entrevue (2) Modèle io, ensemble, principe NiO, pénétration du cache, avalanche de rupture
Google Earth engine (GEE) -- when we use the front and back images to make up for the interpolation effect, what if there is no effect?
Oracle收回权限 & 创建角色
2. Hal hardware abstraction layer
(二)进制
T5 attempt
Ext file system mechanism principle
Execute kubectl on Tencent cloud container service node
Software testing redis database
My understanding of testing (summarized by senior testers)
What is the salary level of 17k? Let's take a look at the whole interview process of post-95 Test Engineers
使用onvif协议操作设备
进程与线程