Skip to content

Commit a72b550

Browse files
committed
Clarify trust prompt behavior for ClickOnce
1 parent 78becf7 commit a72b550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployment/how-to-configure-the-clickonce-trust-prompt-behavior.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ You can configure the ClickOnce trust prompt to control whether end users are gi
2727
|Option|Registry setting value|Description|
2828
|------------|----------------------------|-----------------|
2929
|Enable the trust prompt.|`Enabled`|The ClickOnce trust prompt is displayed so that end users can grant trust to ClickOnce applications.|
30-
|Restrict the trust prompt.|`AuthenticodeRequired`|The ClickOnce trust prompt is only displayed if ClickOnce applications are signed with a certificate that identifies the publisher.|
31-
|Disable the trust prompt.|`Disabled`|The ClickOnce trust prompt is not displayed for any ClickOnce applications that are not signed with an explicitly trusted certificate.|
30+
|Restrict the trust prompt.|`AuthenticodeRequired`|The ClickOnce trust prompt is only displayed if ClickOnce applications are signed with a certificate that identifies the publisher. Otherwise, the ClickOnce application will not be installed.|
31+
|Disable the trust prompt.|`Disabled`|The ClickOnce trust prompt is not displayed. Only ClickOnce applications that are signed with an explicitly trusted certificate will be installed.|
3232

3333
The following table shows the default behavior for each zone. The Applications column refers to Windows Forms applications, Windows Presentation Foundation applications, WPF browser applications, and console applications.
3434

0 commit comments

Comments
 (0)